Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp721 llvm::Constant *getThrowFn() { in getThrowFn() function in __anone5681bf50111::MicrosoftCXXABI
870 auto *Fn = getThrowFn(); in emitRethrow()
4174 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
DItaniumCXXABI.cpp1068 static llvm::Constant *getThrowFn(CodeGenModule &CGM) { in getThrowFn() function
1110 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()