HomeSort by: relevance | last modified time | path
    Searched refs:emitThrow (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.h 236 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
CGException.cpp 450 CGM.getCXXABI().emitThrow(*this, E);
ItaniumCXXABI.cpp 163 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
1315 void ItaniumCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) {
MicrosoftCXXABI.cpp 121 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
4349 void MicrosoftCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) {

Completed in 39 milliseconds