Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DDWARFUnit.cpp378 DWARFDebugRangeList &RangeList) const { in extractRangeList()
668 DWARFDebugRangeList RangeList; in findRnglistFromOffset()
H A DDWARFContext.cpp1246 DWARFDebugRangeList rangeList; in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h25 class DWARFDebugRangeList {
65 DWARFDebugRangeList() { clear(); } in DWARFDebugRangeList() function
H A DDWARFUnit.h41 class DWARFDebugRangeList; variable
405 DWARFDebugRangeList &RangeList) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1093 llvm::DWARFDebugRangeList list; in FindRnglistFromOffset()
/freebsd/lib/clang/libllvm/
H A DMakefile623 SRCS_MIN+= DebugInfo/DWARF/DWARFDebugRangeList.cpp