OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 01:09:49 GMT 2025