Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp200 auto *CheckFunc = cast<Function>( in runImpl() local
203 CheckFunc->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); in runImpl()
204 CheckFunc->addParamAttr(0, Attribute::NoUndef); in runImpl()
206 CheckFunc->setCallingConv(CallingConv::X86_FastCall); in runImpl()
207 CheckFunc->addParamAttr(0, Attribute::InReg); in runImpl()
209 CheckFunction = CheckFunc; in runImpl()