Home
last modified time | relevance | path

Searched refs:getThrowFn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp753 llvm::FunctionCallee getThrowFn() { in getThrowFn() function in __anondeb872430111::MicrosoftCXXABI
890 llvm::FunctionCallee Fn = getThrowFn(); in emitRethrow()
4461 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DItaniumCXXABI.cpp1279 static llvm::FunctionCallee getThrowFn(CodeGenModule &CGM) { in getThrowFn() function
1322 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()