Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
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-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h43 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function
76 std::string ProfileFile; member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
Dopt.cpp327 cl::opt<std::string> ProfileFile("profile-file", variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp879 std::string ProfileFile, in addPGOInstrPasses()
943 std::string ProfileFile, in addPGOInstrPassesForO0()