Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp19 bool DWARFDebugRangeList::RangeListEntry::isBaseAddressSelectionEntry( in isBaseAddressSelectionEntry()
25 void DWARFDebugRangeList::clear() { in clear()
31 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, in extract()
67 void DWARFDebugRangeList::dump(raw_ostream &OS) const { in dump()
87 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges()
H A DCMakeLists.txt19 DWARFDebugRangeList.cpp
H A DDWARFUnit.cpp366 DWARFDebugRangeList &RangeList) const { in extractRangeList()
647 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
H A DDWARFContext.cpp605 DWARFDebugRangeList rangeList; in dump()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h24 class DWARFDebugRangeList {
64 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
H A DDWARFUnit.h41 class DWARFDebugRangeList; variable
361 DWARFDebugRangeList &RangeList) const;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
H A DBUILD.gn26 "DWARFDebugRangeList.cpp",
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h100 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
H A DDWARFLinker.h128 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp150 DWARFDebugRangeList DwarfRanges; in dumpDebugRanges()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp325 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
H A DDWARFLinker.cpp1577 DWARFDebugRangeList RangeList; in patchRangesForUnit()
1604 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5163 llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h