Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDDebugify.h188 void exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map);
/freebsd-14-stable/contrib/llvm-project/llvm/tools/opt/
HDNewPMDriver.cpp560 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
HDoptdriver.cpp908 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in optMain()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp959 void llvm::exportDebugifyStats(StringRef Path, const DebugifyStatsMap &Map) { in exportDebugifyStats() function in llvm