Searched refs:dumpPubSection (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 31 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data, in dumpPubSection() function 206 dumpPubSection(OS, "debug_pubnames", getPubNamesSection(), in dump() 210 dumpPubSection(OS, "debug_pubtypes", getPubTypesSection(), in dump() 214 dumpPubSection(OS, "debug_gnu_pubnames", getGnuPubNamesSection(), in dump() 218 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()
|