Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c309 DWORD envret = 0; in loadiJIT_Funcs() local
311 envret = GetEnvironmentVariableA(NEW_DLL_ENVIRONMENT_VAR, in loadiJIT_Funcs()
313 if (envret) in loadiJIT_Funcs()
325 DWORD envret = 0; in loadiJIT_Funcs() local
327 envret = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, in loadiJIT_Funcs()
329 if (envret) in loadiJIT_Funcs()