Searched refs:containsAddress (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.h53 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const { function in struct:llvm::DWARFDebugRangeList::RangeListEntry
70 /// containsAddress - Returns true if range list contains the given
73 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const;
H A DDWARFDebugRangeList.cpp58 bool DWARFDebugRangeList::containsAddress(uint64_t BaseAddress, function in class:DWARFDebugRangeList
63 else if (Entries[i].containsAddress(BaseAddress, Address))
H A DDWARFDebugInfoEntry.cpp502 return RangeList.containsAddress(CU->getBaseAddress(), Address);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h70 bool containsAddress(uptr address) const;
H A Dsanitizer_symbolizer.cc41 bool LoadedModule::containsAddress(uptr address) const { function in class:__sanitizer::LoadedModule
280 if (modules_[i].containsAddress(address)) {

Completed in 191 milliseconds