Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2627 llvm::CallBase *Result = EmitCallOrInvoke(IA, Args, ""); in EmitAsmStmt()
2736 EmitCallOrInvoke(F, CapStruct.getPointer(*this)); in EmitCapturedStmt()
H A DCGObjC.cpp2235 llvm::CallBase *Inst = CGF.EmitCallOrInvoke(fn, value); in emitObjCValueOperation()
2819 llvm::CallBase *call = EmitCallOrInvoke(fn, value); in EmitObjCRelease()
H A DCGCall.cpp4456 llvm::CallBase *call = EmitCallOrInvoke(callee, args, name); in EmitRuntimeCallOrInvoke()
4463 llvm::CallBase *CodeGenFunction::EmitCallOrInvoke(llvm::FunctionCallee Callee, in EmitCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h3976 llvm::CallBase *EmitCallOrInvoke(llvm::FunctionCallee Callee,