Searched refs:dumpPubSection (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 169 dumpPubSection(const DWARFContext &DCtx, const DWARFSection &Section, in dumpPubSection() function 201 dumpPubSection(DCtx, D.getPubnamesSection(), /*IsGNUStyle=*/false); in dumpDebugPubSections() 203 dumpPubSection(DCtx, D.getPubtypesSection(), /*IsGNUStyle=*/false); in dumpDebugPubSections() 206 dumpPubSection(DCtx, D.getGnuPubnamesSection(), /*IsGNUStyle=*/true); in dumpDebugPubSections() 209 dumpPubSection(DCtx, D.getGnuPubtypesSection(), /*IsGNUStyle=*/true); in dumpDebugPubSections()
|