Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h55 virtual const DWARFSection &getPubtypesSection() const { return Dummy; } in getPubtypesSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp202 dumpPubSection(DCtx, D.getPubtypesSection(), /*IsGNUStyle=*/false); in dumpDebugPubSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp639 DObj->getPubtypesSection().Data)) { in dump()
640 DWARFDataExtractor PubTableData(*DObj, DObj->getPubtypesSection(), in dump()
1929 const DWARFSection &getPubtypesSection() const override { return PubtypesSection; } in getPubtypesSection() function in __anona8a913f90f11::DWARFObjInMemory