Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h42 virtual StringRef getArangesSection() const { return ""; } in getArangesSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp51 DWARFDataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
H A DDWARFContext.cpp499 DObj->getArangesSection())) { in dump()
501 DWARFDataExtractor arangesData(DObj->getArangesSection(), isLittleEndian(), in dump()
1912 StringRef getArangesSection() const override { return ArangesSection; } in getArangesSection() function in __anond6a2cae20f11::DWARFObjInMemory
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2305 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()