Searched refs:ProfileFile (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 122 static int doProfileMerging(FILE *ProfileFile) { in doProfileMerging() argument 126 if (fseek(ProfileFile, 0L, SEEK_END) == -1) { in doProfileMerging() 131 ProfileFileSize = ftell(ProfileFile); in doProfileMerging() 134 if (fseek(ProfileFile, 0L, SEEK_SET) == -1) { in doProfileMerging() 149 fileno(ProfileFile), 0); in doProfileMerging() 179 FILE *ProfileFile; in openFileForMerging() local 182 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging() 183 if (!ProfileFile) in openFileForMerging() 186 rc = doProfileMerging(ProfileFile); in openFileForMerging() 187 if (rc || COMPILER_RT_FTRUNCATE(ProfileFile, 0L) || in openFileForMerging() [all …]
|
/external/swiftshader/third_party/LLVM/utils/ |
D | profile.pl | 24 my $ProfileFile = ""; 38 $ProfileFile = $ARGV[0]; 74 system "llvm-prof $LLVMProfOpts $BytecodeFile $ProfileFile";
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | NewPMDriver.cpp | 108 static cl::opt<std::string> ProfileFile( variable 202 P = PGOOptions(ProfileFile, "", "", true); in runPassPipeline() 205 P = PGOOptions("", ProfileFile, "", false); in runPassPipeline() 208 P = PGOOptions("", "", ProfileFile, false); in runPassPipeline()
|