Home
last modified time | relevance | path

Searched refs:getArangesSection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h43 virtual StringRef getArangesSection() const { return ""; } in getArangesSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp53 DWARFDataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
H A DDWARFContext.cpp1150 DObj->getArangesSection())) { in dump()
1152 DWARFDataExtractor arangesData(DObj->getArangesSection(), isLittleEndian(), in dump()
2384 StringRef getArangesSection() const override { return ArangesSection; } in getArangesSection() function in __anonfc0a132e1211::DWARFObjInMemory
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp722 << InputDWARFFile.Dwarf->getDWARFObj().getArangesSection(); in emitInvariantSections()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2680 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()