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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h 65 CGCXXABI &TheCXXABI;
119 CGCXXABI &getCXXABI() const { return TheCXXABI; }
CodeGenTypes.cpp 33 Target(cgm.getTarget()), TheCXXABI(cgm.getCXXABI()),
CGCall.cpp 292 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD);
332 TheCXXABI.buildStructorSignature(GD, argTypes);
348 CanQualType resultType = TheCXXABI.HasThisReturn(GD)
350 : TheCXXABI.hasMostDerivedReturn(GD)
414 CanQualType ResultType = TheCXXABI.HasThisReturn(GD)
416 : TheCXXABI.hasMostDerivedReturn(GD)
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.cpp 101 TheCXXABI.set(TargetCXXABI::GenericAArch64);
863 TheCXXABI.set(TargetCXXABI::Microsoft);
897 TheCXXABI.set(TargetCXXABI::GenericAArch64);
919 TheCXXABI.set(TargetCXXABI::WatchOS);
921 TheCXXABI.set(TargetCXXABI::AppleARM64);
ARM.cpp 319 TheCXXABI.set(TargetCXXABI::GenericARM);
1230 TheCXXABI.set(TargetCXXABI::GenericARM);
1245 TheCXXABI.set(TargetCXXABI::Microsoft);
1257 TheCXXABI.set(TargetCXXABI::GenericARM);
1297 TheCXXABI.set(TargetCXXABI::WatchOS);
1302 TheCXXABI.set(TargetCXXABI::iOS);
Mips.h 69 TheCXXABI.set(TargetCXXABI::GenericMIPS);
OSTargets.h 720 this->TheCXXABI.set(TargetCXXABI::XL);
887 this->TheCXXABI.set(TargetCXXABI::Fuchsia);
913 this->TheCXXABI.set(TargetCXXABI::WebAssembly);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 211 TargetCXXABI TheCXXABI;
1178 return TheCXXABI;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 135 TheCXXABI.set(Triple.isKnownWindowsMSVCEnvironment()

Completed in 27 milliseconds