Home
last modified time | relevance | path

Searched refs:LPROF_INIT_ONCE_ENV (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingFile.c382 #define LPROF_INIT_ONCE_ENV "__LLVM_PROFILE_RT_INIT_ONCE" macro
399 int initialized = getenv(LPROF_INIT_ONCE_ENV) != NULL; in truncateCurrentFile()
403 _putenv(LPROF_INIT_ONCE_ENV "=" LPROF_INIT_ONCE_ENV); in truncateCurrentFile()
405 setenv(LPROF_INIT_ONCE_ENV, LPROF_INIT_ONCE_ENV, 1); in truncateCurrentFile()