Home
last modified time | relevance | path

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

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