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

  /external/clang/lib/AST/
RecordLayout.cpp 79 if (Ctx.getTargetInfo().getCXXABI() != CXXABI_Microsoft) {
RecordLayoutBuilder.cpp 681 return Context.getTargetInfo().getCXXABI() == CXXABI_Microsoft;
    [all...]
ASTContext.cpp 195 case CXXABI_Microsoft:
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 57 CXXABI_Microsoft
586 .Case("microsoft", CXXABI_Microsoft)
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 717 } else if (Types.getContext().getTargetInfo().getCXXABI() == CXXABI_Microsoft
842 if (Types.getContext().getTargetInfo().getCXXABI() != CXXABI_Microsoft) {
    [all...]
CodeGenModule.cpp 57 case CXXABI_Microsoft: return *CreateMicrosoftCXXABI(CGM);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 196 milliseconds