Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp19 void DWARFDebugRangeList::clear() { in clear()
25 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, in extract()
60 void DWARFDebugRangeList::dump(raw_ostream &OS) const { in dump()
70 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges()
H A DCMakeLists.txt18 DWARFDebugRangeList.cpp
H A DDWARFUnit.cpp329 DWARFDebugRangeList &RangeList) const { in extractRangeList()
573 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
H A DDWARFContext.cpp599 DWARFDebugRangeList rangeList; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h22 class DWARFDebugRangeList {
67 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
H A DDWARFUnit.h342 DWARFDebugRangeList &RangeList) const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
H A DBUILD.gn26 "DWARFDebugRangeList.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoDWARF/
H A DMakefile25 DWARFDebugRangeList.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h93 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
H A DDWARFLinker.h145 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp149 DWARFDebugRangeList DwarfRanges; in dumpDebugRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp312 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
H A DDWARFLinker.cpp1536 DWARFDebugRangeList RangeList; in patchRangesForUnit()
1563 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()