Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h188 void exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map);
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp560 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
H A Doptdriver.cpp908 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in optMain()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp959 void llvm::exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map) { in exportDebugifyStats() function in llvm