Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()