Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp128 FunctionType *getCheckFunctionType(LLVMContext &Ctx) { in getCheckFunctionType() function
140 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()