Searched refs:dumpPubSection (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 83 void dumpPubSection(DWARFContext &DCtx, DWARFYAML::PubSection &Y, in dumpPubSection() function 104 dumpPubSection(DCtx, Y.PubNames, D.getPubNamesSection()); in dumpDebugPubSections() 107 dumpPubSection(DCtx, Y.PubTypes, D.getPubTypesSection()); in dumpDebugPubSections() 110 dumpPubSection(DCtx, Y.GNUPubNames, D.getGnuPubNamesSection()); in dumpDebugPubSections() 113 dumpPubSection(DCtx, Y.GNUPubTypes, D.getGnuPubTypesSection()); 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()
|