Searched refs:getCheckFunctionType (Results 1 – 1 of 1) sorted by relevance
128 FunctionType *getCheckFunctionType(LLVMContext &Ctx) { in getCheckFunctionType() function140 Function::Create(getCheckFunctionType(Ctx), GlobalValue::ExternalLinkage, in createDefaultCheckFunction()201 M.getOrInsertFunction(CheckFunctionName, getCheckFunctionType(Ctx)) in runImpl()229 auto *CI = CallInst::Create(getCheckFunctionType(Ctx), CheckFunction, in runImpl()