Searched refs:dumpPubSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 168 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/ |
D | DWARFContext.cpp | 35 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()
|