Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp121 FunctionType *getCheckFunctionType(LLVMContext &Ctx) { in getCheckFunctionType() function
133 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()