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

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1 //===--- MicrosoftCXXABI.cpp - Emit LLVM Code from ASTs for a Module ------===//
43 class MicrosoftCXXABI : public CGCXXABI {
45 MicrosoftCXXABI(CodeGenModule &CGM)
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 1 //===------- MicrosoftCXXABI.cpp - AST support for the Microsoft C++ ABI --===//
67 class MicrosoftCXXABI : public CXXABI {
79 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { }
241 std::pair<uint64_t, unsigned> MicrosoftCXXABI::getMemberPointerWidthAndAlign(
270 return new MicrosoftCXXABI(Ctx);

Completed in 355 milliseconds