Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
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 DWARFDebugRangeList::getAbsoluteRanges(uint64_t BaseAddress) const { in getAbsoluteRanges()
DCMakeLists.txt14 DWARFDebugRangeList.cpp
DDWARFUnit.cpp122 DWARFDebugRangeList &RangeList) const { in extractRangeList()
DDWARFDebugInfoEntry.cpp344 DWARFDebugRangeList RangeList; in getAddressRanges()
DDWARFContext.cpp225 DWARFDebugRangeList rangeList; in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h23 class DWARFDebugRangeList {
65 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
DDWARFUnit.h188 DWARFDebugRangeList &RangeList) const;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp535 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
719 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
2878 DWARFDebugRangeList RangeList; in patchRangesForUnit()
2900 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()