Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h84 bool isRuntimeCounterRelocationEnabled() const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp441 bool InstrProfiling::isRuntimeCounterRelocationEnabled() const { in isRuntimeCounterRelocationEnabled() function in InstrProfiling
675 if (!isRuntimeCounterRelocationEnabled()) in getCounterAddress()