HomeSort by relevance Sort by last modified time
    Searched refs:MicrosoftCXXABI (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 1 //===------- MicrosoftCXXABI.cpp - AST support for the Microsoft C++ ABI --===//
25 class MicrosoftCXXABI : public CXXABI {
28 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { }
55 unsigned MicrosoftCXXABI::getMemberPointerSize(const MemberPointerType *MPT) const {
69 return new MicrosoftCXXABI(Ctx);
Android.mk 46 MicrosoftCXXABI.cpp \
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1 //===--- MicrosoftCXXABI.cpp - Emit LLVM Code from ASTs for a Module ------===//
27 class MicrosoftCXXABI : public CGCXXABI {
29 MicrosoftCXXABI(CodeGenModule &CGM) : CGCXXABI(CGM) {}
93 return new MicrosoftCXXABI(CGM);
Android.mk 49 MicrosoftCXXABI.cpp \

Completed in 1133 milliseconds