Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingFile.c99 static FILE *ProfileFile = NULL; variable
191 static int getProfileFileSizeForMerging(FILE *ProfileFile, in getProfileFileSizeForMerging()
221 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging()
245 static int doProfileMerging(FILE *ProfileFile, int *MergeDone) { in doProfileMerging()
294 FILE *ProfileFile = NULL; in openFileForMerging() local
/external/compiler-rt/lib/profile/
DInstrProfilingFile.c122 static int doProfileMerging(FILE *ProfileFile) { in doProfileMerging()
179 FILE *ProfileFile; in openFileForMerging() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h39 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function
61 std::string ProfileFile; member
/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h42 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function
75 std::string ProfileFile; member
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp136 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testRoundTrip() local
370 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testSuffixElisionPolicy() local
/external/llvm-project/llvm/tools/opt/
Dopt.cpp300 cl::opt<std::string> ProfileFile("profile-file", variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp573 std::string ProfileFile, in addPGOInstrPasses()
641 bool IsCS, std::string ProfileFile, in addPGOInstrPassesForO0()
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp837 std::string ProfileFile, in addPGOInstrPasses()
905 std::string ProfileFile, in addPGOInstrPassesForO0()