Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp193 auto *CheckFunc = cast<Function>( in runOnModule() local
196 CheckFunc->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); in runOnModule()
197 CheckFunc->addParamAttr(0, Attribute::NoUndef); in runOnModule()
199 CheckFunc->setCallingConv(CallingConv::X86_FastCall); in runOnModule()
200 CheckFunc->addParamAttr(0, Attribute::InReg); in runOnModule()
202 CheckFunction = CheckFunc; in runOnModule()