Searched refs:EmitCallOrInvoke (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 291 CGF.EmitCallOrInvoke(AwaitSuspendIntrinsic, SuspendIntrinsicCallArgs); in emitSuspendExpression()
|
H A D | CGStmt.cpp | 3069 llvm::CallBase *Result = EmitCallOrInvoke(IA, Args, ""); in EmitAsmStmt() 3135 EmitCallOrInvoke(F, CapStruct.getPointer(*this)); in EmitCapturedStmt()
|
H A D | CGObjC.cpp | 2268 llvm::CallBase *Inst = CGF.EmitCallOrInvoke(fn, value); in emitObjCValueOperation() 2841 llvm::CallBase *call = EmitCallOrInvoke(fn, value); in EmitObjCRelease()
|
H A D | CGCall.cpp | 4858 llvm::CallBase *call = EmitCallOrInvoke(callee, args, name); in EmitRuntimeCallOrInvoke() 4865 llvm::CallBase *CodeGenFunction::EmitCallOrInvoke(llvm::FunctionCallee Callee, in EmitCallOrInvoke() function in CodeGenFunction
|
H A D | CodeGenFunction.h | 4413 llvm::CallBase *EmitCallOrInvoke(llvm::FunctionCallee Callee,
|