Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DDebugify.h78 void exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map);
/external/llvm-project/llvm/tools/opt/
DNewPMDriver.cpp452 exportDebugifyStats(DebugifyExport, Debugify.StatsMap); in runPassPipeline()
Dopt.cpp1021 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp480 void llvm::exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map) { in exportDebugifyStats() function in llvm