Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp70 const char CheckFunctionName[] = "__CheckForDebuggerJustMyCode"; variable
194 DefaultCheckFunc->setName(CheckFunctionName); in runImpl()
198 assert(!M.getFunction(CheckFunctionName) && in runImpl()
201 M.getOrInsertFunction(CheckFunctionName, getCheckFunctionType(Ctx)) in runImpl()
220 CheckFunctionName + "=" + in runImpl()