Home
last modified time | relevance | path

Searched refs:DebugRanges (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h258 DWARFDebugRangesBase *DebugRanges();
260 const DWARFDebugRangesBase *DebugRanges() const;
H A DDWARFDebugInfoEntry.cpp473 const DWARFDebugRangesBase *debug_ranges = dwarf2Data->DebugRanges(); in GetDIENamesAndRanges()
762 GetRangesOffset(dwarf2Data->DebugRanges(), form_value); in DumpAttribute()
1077 if (DWARFDebugRangesBase *debug_ranges = dwarf2Data->DebugRanges()) in GetAttributeAddressRanges()
1733 DWARFDebugRangesBase *debug_ranges = dwarf2Data->DebugRanges(); in LookupAddress()
H A DSymbolFileDWARF.cpp771 DWARFDebugRangesBase *SymbolFileDWARF::DebugRanges() { in DebugRanges() function in SymbolFileDWARF
788 const DWARFDebugRangesBase *SymbolFileDWARF::DebugRanges() const { in DebugRanges() function in SymbolFileDWARF
3378 const DWARFDebugRangesBase *debug_ranges = DebugRanges(); in ParseVariableDIE()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def890 HANDLE_DWARF_SECTION(DebugRanges, ".debug_ranges", "debug-ranges")