Searched refs:dumpPubTableSection (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 342 static void dumpPubTableSection(raw_ostream &OS, DIDumpOptions DumpOpts, in dumpPubTableSection() function 639 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/false); in dump() 646 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/false); in dump() 653 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/true); in dump() 660 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/true); in dump()
|