Home
last modified time | relevance | path

Searched defs:ProfileFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c100 static FILE *ProfileFile = NULL; variable
192 static int getProfileFileSizeForMerging(FILE *ProfileFile, in getProfileFileSizeForMerging()
222 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging()
246 static int doProfileMerging(FILE *ProfileFile, int *MergeDone) { in doProfileMerging()
300 FILE *ProfileFile = NULL; in openFileForMerging() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h43 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function
76 std::string ProfileFile; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp327 cl::opt<std::string> ProfileFile("profile-file", variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp879 std::string ProfileFile, in addPGOInstrPasses()
943 std::string ProfileFile, in addPGOInstrPassesForO0()