HomeSort by: relevance | last modified time | path
    Searched refs:OutputName (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c 59 const char *OutputName = getenv("LLVM_PROFILE_FILE");
60 if (OutputName == NULL || OutputName[0] == '\0')
61 OutputName = "default.profdata";
62 OutputFile = fopen(OutputName, "w");
InstrProfilingFile.c 53 static int writeFileWithName(const char *OutputName) {
56 if (!OutputName || !OutputName[0])
60 OutputFile = fopen(OutputName, "ab");

Completed in 13 milliseconds