Searched defs:ProfileFile (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h62 std::string ProfileFile; member in struct:llvm::PGOOptions
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c98 static FILE *ProfileFile = NULL; variable
190 static int getProfileFileSizeForMerging(FILE *ProfileFile, argument
220 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, argument
244 doProfileMerging(FILE *ProfileFile, int *MergeDone) argument
293 FILE *ProfileFile = NULL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp735 addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, PassBuilder::OptimizationLevel Level, bool RunProfileGen, bool IsCS, std::string ProfileFile, std::string ProfileRemappingFile) argument
802 addPGOInstrPassesForO0(ModulePassManager &MPM, bool DebugLogging, bool RunProfileGen, bool IsCS, std::string ProfileFile, std::string ProfileRemappingFile) argument
[all...]

Completed in 104 milliseconds