Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingInternal.c26 static unsigned RuntimeCounterRelocation = 0; variable
29 return RuntimeCounterRelocation; in lprofRuntimeCounterRelocation()
33 RuntimeCounterRelocation = Value; in lprofSetRuntimeCounterRelocation()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp67 cl::opt<bool> RuntimeCounterRelocation( variable
469 if (RuntimeCounterRelocation.getNumOccurrences() > 0) in isRuntimeCounterRelocationEnabled()
470 return RuntimeCounterRelocation; in isRuntimeCounterRelocationEnabled()