Searched refs:EmitNoreturnRuntimeCallOrInvoke (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 1047 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, None); in emitRethrow() 1103 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
|
D | MicrosoftCXXABI.cpp | 872 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow() 4190 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
|
D | CodeGenFunction.h | 2850 void EmitNoreturnRuntimeCallOrInvoke(llvm::Value *callee,
|
D | CGCall.cpp | 3425 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke(llvm::Value *callee, in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 1276 EmitNoreturnRuntimeCallOrInvoke(RethrowInCatchFn, {}); in ExitCXXTryStmt()
|
D | ItaniumCXXABI.cpp | 1286 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, None); in emitRethrow() 1342 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
|
D | MicrosoftCXXABI.cpp | 878 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow() 4351 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
|
D | CodeGenFunction.h | 3916 void EmitNoreturnRuntimeCallOrInvoke(llvm::FunctionCallee callee,
|
D | CGCall.cpp | 4126 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke( in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction
|