Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2583 llvm::CallBase *Result = EmitCallOrInvoke(IA, Args, ""); in EmitAsmStmt()
2687 EmitCallOrInvoke(F, CapStruct.getPointer(*this)); in EmitCapturedStmt()
H A DCGObjC.cpp2233 llvm::CallBase *Inst = CGF.EmitCallOrInvoke(fn, value); in emitObjCValueOperation()
2817 llvm::CallBase *call = EmitCallOrInvoke(fn, value); in EmitObjCRelease()
H A DCGCall.cpp4449 llvm::CallBase *call = EmitCallOrInvoke(callee, args, name); in EmitRuntimeCallOrInvoke()
4456 llvm::CallBase *CodeGenFunction::EmitCallOrInvoke(llvm::FunctionCallee Callee, in EmitCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h3975 llvm::CallBase *EmitCallOrInvoke(llvm::FunctionCallee Callee,