Searched refs:getCheckFunctionType (Results 1 – 1 of 1) sorted by relevance
121 FunctionType *getCheckFunctionType(LLVMContext &Ctx) { in getCheckFunctionType() function133 Function::Create(getCheckFunctionType(Ctx), GlobalValue::ExternalLinkage, in createDefaultCheckFunction()194 M.getOrInsertFunction(CheckFunctionName, getCheckFunctionType(Ctx)) in runOnModule()222 auto *CI = CallInst::Create(getCheckFunctionType(Ctx), CheckFunction, in runOnModule()