Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DDWARF.h62 const LLDDWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection() function
H A DSyntheticSections.cpp2734 const LLDDWARFSection &pubNames = obj.getGnuPubnamesSection(); in readPubNamesAndTypes()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h57 virtual const DWARFSection &getGnuPubnamesSection() const { return Dummy; } in getGnuPubnamesSection() function
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp207 dumpPubSection(DCtx, D.getGnuPubnamesSection(), /*IsGNUStyle=*/true); in dumpDebugPubSections()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp650 DObj->getGnuPubnamesSection().Data)) { in dump()
651 DWARFDataExtractor PubTableData(*DObj, DObj->getGnuPubnamesSection(), in dump()
2029 const DWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection() function in __anonda3bf7bb1011::DWARFObjInMemory