Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2721 llvm::CallBase *Result = EmitCallOrInvoke(IA, Args, ""); in EmitAsmStmt()
2840 EmitCallOrInvoke(F, CapStruct.getPointer(*this)); in EmitCapturedStmt()
H A DCGObjC.cpp2239 llvm::CallBase *Inst = CGF.EmitCallOrInvoke(fn, value); in emitObjCValueOperation()
2815 llvm::CallBase *call = EmitCallOrInvoke(fn, value); in EmitObjCRelease()
H A DCGCall.cpp4541 llvm::CallBase *call = EmitCallOrInvoke(callee, args, name); in EmitRuntimeCallOrInvoke()
4548 llvm::CallBase *CodeGenFunction::EmitCallOrInvoke(llvm::FunctionCallee Callee, in EmitCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h4042 llvm::CallBase *EmitCallOrInvoke(llvm::FunctionCallee Callee,