Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingRuntime.cpp16 extern COMPILER_RT_VISIBILITY void *__llvm_profile_keep[]; in RegisterRuntime()
17 (void)*(void *volatile *)__llvm_profile_keep; in RegisterRuntime()
H A DInstrProfilingPlatformAIX.c214 void *__llvm_profile_keep[] = {(void *)&dummy_cnts, (void *)&dummy_bits, variable