Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp638 llvm::Constant *getThrowFn() { in getThrowFn() function in __anone5681bf50111::MicrosoftCXXABI
786 auto *Fn = getThrowFn(); in emitRethrow()
3728 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
DItaniumCXXABI.cpp934 static llvm::Constant *getThrowFn(CodeGenModule &CGM) { in getThrowFn() function
975 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()