Searched refs:dumpPubSection (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFContext.cpp | 32 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data, in dumpPubSection() function 142 dumpPubSection(OS, "debug_pubnames", getPubNamesSection(), in dump() 146 dumpPubSection(OS, "debug_pubtypes", getPubTypesSection(), in dump() 150 dumpPubSection(OS, "debug_gnu_pubnames", getGnuPubNamesSection(), in dump() 154 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()
|