Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp63 const char CheckFunctionName[] = "__CheckForDebuggerJustMyCode"; variable
187 DefaultCheckFunc->setName(CheckFunctionName); in runOnModule()
191 assert(!M.getFunction(CheckFunctionName) && in runOnModule()
194 M.getOrInsertFunction(CheckFunctionName, getCheckFunctionType(Ctx)) in runOnModule()
213 CheckFunctionName + "=" + in runOnModule()