Searched refs:RangeSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DWARF.h | 37 return RangeSection; in getRangeSection() 81 LLDDWARFSection RangeSection; variable
|
| H A D | DWARF.cpp | 40 .Case(".debug_ranges", &RangeSection) in LLDDwarfObj()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 179 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 D | DWARFContext.cpp | 1256 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 D | DWARFUnit.h | 196 const DWARFSection *RangeSection; variable 304 RangeSection = RS; in setRangesSection()
|