Searched refs:TheCXXABI (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h65 CGCXXABI &TheCXXABI; member in class:clang::CodeGen::CodeGenTypes
119 CGCXXABI &getCXXABI() const { return TheCXXABI; }
H A DCodeGenTypes.cpp33 Target(cgm.getTarget()), TheCXXABI(cgm.getCXXABI()),
H A DCGCall.cpp292 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)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.cpp101 TheCXXABI.set(TargetCXXABI::GenericAArch64);
863 TheCXXABI.set(TargetCXXABI::Microsoft);
897 TheCXXABI.set(TargetCXXABI::GenericAArch64);
919 TheCXXABI.set(TargetCXXABI::WatchOS);
921 TheCXXABI.set(TargetCXXABI::AppleARM64);
H A DARM.cpp319 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);
H A DMips.h69 TheCXXABI.set(TargetCXXABI::GenericMIPS);
H A DOSTargets.h720 this->TheCXXABI.set(TargetCXXABI::XL);
887 this->TheCXXABI.set(TargetCXXABI::Fuchsia);
913 this->TheCXXABI.set(TargetCXXABI::WebAssembly);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h211 TargetCXXABI TheCXXABI; member in class:clang::TargetInfo
1178 return TheCXXABI;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp135 TheCXXABI.set(Triple.isKnownWindowsMSVCEnvironment()

Completed in 281 milliseconds