Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp778 llvm::FunctionCallee getThrowFn() { in getThrowFn() function in __anon973cabc90111::MicrosoftCXXABI
915 llvm::FunctionCallee Fn = getThrowFn(); in emitRethrow()
4458 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DItaniumCXXABI.cpp1290 static llvm::FunctionCallee getThrowFn(CodeGenModule &CGM) { in getThrowFn() function
1332 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()