Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h158 void exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp470 exportDebugifyStats(DebugifyExport, Debugify.StatsMap); in runPassPipeline()
H A Dopt.cpp1104 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp903 void llvm::exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map) { in exportDebugifyStats() function in llvm