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

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPort.h 52 if (GetEnvHook && GetEnvHook("LLVM_PROFILE_VERBOSE_ERRORS")) \
InstrProfiling.c 19 char *(*GetEnvHook)(const char *) = 0;
InstrProfilingInternal.h 113 extern char *(*GetEnvHook)(const char *);
InstrProfilingFile.c 206 GetEnvHook = &getenv;

Completed in 219 milliseconds