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

/freebsd-10.0-release/contrib/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.cpp319 return RangeList.containsAddress(CU->getBaseAddress(), Address);

Completed in 143 milliseconds