HomeSort by: relevance | last modified time | path
    Searched defs:dumpPubSection (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 168 dumpPubSection(const DWARFContext &DCtx, const DWARFSection &Section,
200 dumpPubSection(DCtx, D.getPubnamesSection(), /*IsGNUStyle=*/false);
202 dumpPubSection(DCtx, D.getPubtypesSection(), /*IsGNUStyle=*/false);
205 dumpPubSection(DCtx, D.getGnuPubnamesSection(), /*IsGNUStyle=*/true);
208 dumpPubSection(DCtx, D.getGnuPubtypesSection(), /*IsGNUStyle=*/true);

Completed in 21 milliseconds