Searched refs:getInstrProfRuntimeHookVarName (Results 1 – 3 of 3) sorted by relevance
1195 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()1202 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
781 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
149 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function