Searched refs:CheckFunc (Results 1 – 1 of 1) sorted by relevance
200 auto *CheckFunc = cast<Function>( in runImpl() local203 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()