Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp776 llvm::FunctionCallee getThrowFn() { in getThrowFn() function in __anon9a42cb130111::MicrosoftCXXABI
913 llvm::FunctionCallee Fn = getThrowFn(); in emitRethrow()
4468 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DItaniumCXXABI.cpp1435 static llvm::FunctionCallee getThrowFn(CodeGenModule &CGM) { in getThrowFn() function
1485 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()