Home
last modified time | relevance | path

Searched refs:getPubtypesSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h55 virtual const DWARFSection &getPubtypesSection() const { return Dummy; } in getPubtypesSection() function
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp203 dumpPubSection(DCtx, D.getPubtypesSection(), /*IsGNUStyle=*/false); in dumpDebugPubSections()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp645 DObj->getPubtypesSection().Data)) { in dump()
646 DWARFDataExtractor PubTableData(*DObj, DObj->getPubtypesSection(), in dump()
1960 const DWARFSection &getPubtypesSection() const override { return PubtypesSection; } in getPubtypesSection() function in __anon445fd25e0f11::DWARFObjInMemory