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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1 //===--- MicrosoftCXXABI.cpp - Emit LLVM Code from ASTs for a Module ------===//
44 class MicrosoftCXXABI : public CGCXXABI {
46 MicrosoftCXXABI(CodeGenModule &CGM)
826 MicrosoftCXXABI::getRecordArgABI(const CXXRecordDecl *RD) const {
866 void MicrosoftCXXABI::emitVirtualObjectDelete(CodeGenFunction &CGF,
880 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) {
891 void MicrosoftCXXABI::emitBeginCatch(CodeGenFunction &CGF,
918 MicrosoftCXXABI::performBaseAdjustment(CodeGenFunction &CGF, Address Value,
952 bool MicrosoftCXXABI::shouldTypeidBeNullChecked(bool IsDeref,
969 void MicrosoftCXXABI::EmitBadTypeidCall(CodeGenFunction &CGF)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp 1 //===------- MicrosoftCXXABI.cpp - AST support for the Microsoft C++ ABI --===//
81 class MicrosoftCXXABI : public CXXABI {
95 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) {
265 CXXABI::MemberPointerInfo MicrosoftCXXABI::getMemberPointerInfo(
297 return new MicrosoftCXXABI(Ctx);
  /src/external/apache2/llvm/lib/libclangCodeGen/
Makefile 59 MicrosoftCXXABI.cpp \
  /src/external/apache2/llvm/lib/libclangAST/
Makefile 54 MicrosoftCXXABI.cpp \

Completed in 24 milliseconds