Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2891 llvm::CallBase *Result = EmitCallOrInvoke(IA, Args, ""); in EmitAsmStmt()
2957 EmitCallOrInvoke(F, CapStruct.getPointer(*this)); in EmitCapturedStmt()
H A DCGObjC.cpp2269 llvm::CallBase *Inst = CGF.EmitCallOrInvoke(fn, value); in emitObjCValueOperation()
2843 llvm::CallBase *call = EmitCallOrInvoke(fn, value); in EmitObjCRelease()
H A DCGCall.cpp4821 llvm::CallBase *call = EmitCallOrInvoke(callee, args, name); in EmitRuntimeCallOrInvoke()
4828 llvm::CallBase *CodeGenFunction::EmitCallOrInvoke(llvm::FunctionCallee Callee, in EmitCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h4158 llvm::CallBase *EmitCallOrInvoke(llvm::FunctionCallee Callee,