Home
last modified time | relevance | path

Searched refs:exportDebugifyStats (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DDebugify.h186 void exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map);
/openbsd/src/gnu/llvm/llvm/tools/opt/
DNewPMDriver.cpp531 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
Dopt.cpp912 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DDebugify.cpp934 void llvm::exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map) { in exportDebugifyStats() function in llvm