Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp100 auto CheckFileExists = [](bool H, StringRef File) { in validateCommandLine() local
107 CheckFileExists(HasPerfData, PerfDataFilename); in validateCommandLine()
108 CheckFileExists(HasPerfScript, PerfScriptFilename); in validateCommandLine()
109 CheckFileExists(HasUnsymbolizedProfile, UnsymbolizedProfFilename); in validateCommandLine()
110 CheckFileExists(HasSampleProfile, SampleProfFilename); in validateCommandLine()