Home
last modified time | relevance | path

Searched defs:containsAddress (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugRangeList.cpp58 bool DWARFDebugRangeList::containsAddress(uint64_t BaseAddress, in containsAddress() function in DWARFDebugRangeList
DDWARFDebugRangeList.h53 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const { in containsAddress() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc42 bool LoadedModule::containsAddress(uptr address) const { in containsAddress() function in __sanitizer::LoadedModule