Home
last modified time | relevance | path

Searched refs:dumpPubSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp168 dumpPubSection(const DWARFContext &DCtx, const DWARFSection &Section, in dumpPubSection() function
200 dumpPubSection(DCtx, D.getPubnamesSection(), /*IsGNUStyle=*/false); in dumpDebugPubSections()
202 dumpPubSection(DCtx, D.getPubtypesSection(), /*IsGNUStyle=*/false); in dumpDebugPubSections()
205 dumpPubSection(DCtx, D.getGnuPubnamesSection(), /*IsGNUStyle=*/true); in dumpDebugPubSections()
208 dumpPubSection(DCtx, D.getGnuPubtypesSection(), /*IsGNUStyle=*/true); in dumpDebugPubSections()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp35 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data, in dumpPubSection() function
231 dumpPubSection(OS, "debug_pubnames", getPubNamesSection(), in dump()
235 dumpPubSection(OS, "debug_pubtypes", getPubTypesSection(), in dump()
239 dumpPubSection(OS, "debug_gnu_pubnames", getGnuPubNamesSection(), in dump()
243 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()