Home
last modified time | relevance | path

Searched refs:RangeSection (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h37 return RangeSection; in getRangeSection()
81 LLDDWARFSection RangeSection; variable
H A DDWARF.cpp40 .Case(".debug_ranges", &RangeSection) in LLDDwarfObj()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp179 RangeSection(RS), LocSection(LocSection), LineSection(LS), in DWARFUnit()
327 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
450 if (RangeSection->Data.size()) { in extractDIEsIfNeeded()
453 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in extractDIEsIfNeeded()
510 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in parseDWO()
522 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
544 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in findRnglistFromOffset()
H A DDWARFContext.cpp1256 DWARFSectionMap RangeSection; member in __anonf3f23cd30d11::DWARFObjInMemory
1281 .Case("debug_ranges", &RangeSection) in mapNameToDWARFSection()
1598 const DWARFSection &getRangeSection() const override { return RangeSection; } in getRangeSection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h196 const DWARFSection *RangeSection; variable
304 RangeSection = RS; in setRangesSection()