Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 DDWARFUnit.cpp376 DWARFDebugRangeList &RangeList) const { in extractRangeList()
612 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
H A DDWARFContext.cpp599 DWARFDebugRangeList rangeList; in dump()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h22 class DWARFDebugRangeList {
67 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
H A DDWARFUnit.h349 DWARFDebugRangeList &RangeList) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h93 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
H A DDWARFLinker.h145 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile499 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugRangeList.cpp