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

/external/clang/lib/CodeGen/
H A DCodeGenTypes.h126 CGCXXABI &TheCXXABI; member in class:clang::CodeGen::CodeGenTypes
175 CGCXXABI &getCXXABI() const { return TheCXXABI; }
H A DCodeGenTypes.cpp34 Target(cgm.getTarget()), TheCXXABI(cgm.getCXXABI()),
H A DCGCall.cpp215 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD);
242 TheCXXABI.buildStructorSignature(MD, Type, argTypes);
248 CanQualType resultType = TheCXXABI.HasThisReturn(GD)
250 : TheCXXABI.hasMostDerivedReturn(GD)
272 CanQualType ResultType = TheCXXABI.HasThisReturn(GD)
274 : TheCXXABI.hasMostDerivedReturn(GD)
/external/clang/include/clang/Basic/
H A DTargetInfo.h83 TargetCXXABI TheCXXABI; member in class:clang::TargetInfo
776 return TheCXXABI;
/external/clang/lib/Basic/
H A DTargetInfo.cpp89 TheCXXABI.set(Triple.isKnownWindowsMSVCEnvironment()
H A DTargets.cpp765 this->TheCXXABI.set(TargetCXXABI::WebAssembly);
4512 TheCXXABI.set(TargetCXXABI::GenericARM);
5145 TheCXXABI.set(TargetCXXABI::GenericARM);
5162 TheCXXABI.set(TargetCXXABI::Microsoft);
5177 TheCXXABI.set(TargetCXXABI::GenericARM);
5230 TheCXXABI.set(TargetCXXABI::WatchOS);
5239 TheCXXABI.set(TargetCXXABI::iOS);
5300 TheCXXABI.set(TargetCXXABI::GenericAArch64);
5635 TheCXXABI.set(TargetCXXABI::iOS64);
6481 TheCXXABI
[all...]

Completed in 240 milliseconds