Home
last modified time | relevance | path

Searched refs:AddressIsInModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/
H A Dmodule.cc141 if (!AddressIsInModule(function->address)) { in AddFunction()
214 if (!AddressIsInModule(stack_frame_entry->address)) { in AddStackFrameEntry()
222 if (!AddressIsInModule(ext->address)) { in AddExtern()
369 bool Module::AddressIsInModule(Address address) const { in AddressIsInModule() function in google_breakpad::Module
H A Dmodule.h452 bool AddressIsInModule(Address address) const;