Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h67 const LLDDWARFSection &getGnuPubtypesSection() const override { in getGnuPubtypesSection() function
H A DSyntheticSections.cpp2788 const LLDDWARFSection &pubTypes = obj.getGnuPubtypesSection(); in readPubNamesAndTypes()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h57 virtual const DWARFSection &getGnuPubtypesSection() const { return Dummy; } in getGnuPubtypesSection() function
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp209 dumpPubSection(DCtx, D.getGnuPubtypesSection(), /*IsGNUStyle=*/true); in dumpDebugPubSections()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp659 DObj->getGnuPubtypesSection().Data)) { in dump()
660 DWARFDataExtractor PubTableData(*DObj, DObj->getGnuPubtypesSection(), in dump()
1964 const DWARFSection &getGnuPubtypesSection() const override { in getGnuPubtypesSection() function in __anon445fd25e0f11::DWARFObjInMemory