Home
last modified time | relevance | path

Searched refs:DWARFDebugRangeList (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugRangeList.cpp16 void DWARFDebugRangeList::clear() { in clear()
22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
47 void DWARFDebugRangeList::dump(raw_ostream &OS) const { in dump()
58 bool DWARFDebugRangeList::containsAddress(uint64_t BaseAddress, in containsAddress()
DDWARFDebugRangeList.h20 class DWARFDebugRangeList {
66 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
DCMakeLists.txt12 DWARFDebugRangeList.cpp
DDWARFCompileUnit.h72 DWARFDebugRangeList &RangeList) const;
DDWARFCompileUnit.cpp77 DWARFDebugRangeList &RangeList) const { in extractRangeList()
DDWARFDebugInfoEntry.cpp509 DWARFDebugRangeList RangeList; in addressRangeContainsAddress()
DDWARFContext.cpp86 DWARFDebugRangeList rangeList; in dump()