Home
last modified time | relevance | path

Searched refs:ClassTy (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h419 const DIType *ClassTy = nullptr);
438 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy);
453 const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment,
486 const DIType *ClassTy = nullptr);
H A DCodeViewDebug.cpp425 const DICompositeType *ClassTy = nullptr, in getFunctionOptions()
437 if (isNonTrivial(ReturnDCTy) || ClassTy) in getFunctionOptions()
441 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions()
478 const DIType *ClassTy) { in recordTypeIndexForDINode()
479 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
1660 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType()
1684 if (ClassTy) { in lowerType()
1687 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType()
421 getFunctionOptions(const DISubroutineType * Ty,const DICompositeType * ClassTy=nullptr,StringRef SPName=StringRef ("")) getFunctionOptions() argument
474 recordTypeIndexForDINode(const DINode * Node,TypeIndex TI,const DIType * ClassTy) recordTypeIndexForDINode() argument
1642 lowerType(const DIType * Ty,const DIType * ClassTy) lowerType() argument
2079 lowerTypeMemberFunction(const DISubroutineType * Ty,const DIType * ClassTy,int ThisAdjustment,bool IsStaticMethod,FunctionOptions FO) lowerTypeMemberFunction() argument
2664 getTypeIndex(const DIType * Ty,const DIType * ClassTy) getTypeIndex() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp83 TypeIndex ClassTy = MFRecord.getClassType(); in getName() local
84 QualifiedName.append(std::string(Types.getTypeName(ClassTy))); in getName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp534 llvm::StructType *ClassTy; member in __anonb5e682970111::ObjCTypesHelper
2075 llvm::Type *ClassTyPtr = llvm::PointerType::getUnqual(ObjCTypes.ClassTy); in GenerateMessageSendSuper()
2086 Target = CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, Target, 0); in GenerateMessageSendSuper()
2092 CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, MetaClassPtr, 1); in GenerateMessageSendSuper()
2101 ClassPtr = CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, ClassPtr, 1); in GenerateMessageSendSuper()
2107 llvm::Type *ClassTy = in GenerateMessageSendSuper() local
2109 Target = CGF.Builder.CreateBitCast(Target, ClassTy); in GenerateMessageSendSuper()
3561 auto values = builder.beginStruct(ObjCTypes.ClassTy); in GenerateClass()
3592 assert(GV->getValueType() == ObjCTypes.ClassTy && in GenerateClass()
3610 unsigned Size = CGM.getDataLayout().getTypeAllocSize(ObjCTypes.ClassTy); in EmitMetaClass()
[all …]
H A DCGDebugInfo.cpp687 if (!ClassTy) in CreateType()
688 ClassTy = in CreateType()
691 return ClassTy; in CreateType()
701 if (!ClassTy) in CreateType()
702 ClassTy = in CreateType()
708 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
3532 llvm::DIType *ClassTy = getOrCreateType(ED->getIntegerType(), DefUnit); in CreateTypeDefinition() local
3534 EnumContext, ED->getName(), DefUnit, Line, Size, Align, EltArray, ClassTy, in CreateTypeDefinition()
H A DCGDebugInfo.h71 llvm::DIType *ClassTy = nullptr; variable
H A DCGClass.cpp2805 auto *ClassTy = T->getAs<RecordType>(); in EmitVTablePtrCheckForCast() local
2806 if (!ClassTy) in EmitVTablePtrCheckForCast()
2809 const CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(ClassTy->getDecl()); in EmitVTablePtrCheckForCast()
H A DCGObjCGNU.cpp3119 llvm::StructType *ClassTy = llvm::StructType::get( in GenerateClassStructure() local
3143 auto Elements = Builder.beginStruct(ClassTy); in GenerateClassStructure()
3161 td.getTypeSizeInBits(ClassTy) / in GenerateClassStructure()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2580 QualType ClassTy = C.getTypeDeclType(Decl); in getThisObjectType() local
2581 return C.getQualifiedType(ClassTy, FPT->getMethodQuals()); in getThisObjectType()
2838 CanQualType ClassTy in isCopyOrMoveConstructor() local
2840 if (PointeeType.getUnqualifiedType() != ClassTy) in isCopyOrMoveConstructor()
2878 CanQualType ClassTy in isSpecializationCopyingObject() local
2880 if (ParamType.getUnqualifiedType() != ClassTy) in isSpecializationCopyingObject()
H A DType.cpp2410 const Type *ClassTy = MPTy->getClass(); in isIncompleteType() local
2412 if (ClassTy->isDependentType()) in isIncompleteType()
2414 const CXXRecordDecl *RD = ClassTy->getAsCXXRecordDecl(); in isIncompleteType()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h645 unsigned NumElements, LLVMMetadataRef ClassTy);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1283 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType() argument
1288 LineNumber, SizeInBits, AlignInBits, Elts, unwrapDI<DIType>(ClassTy))); in LLVMDIBuilderCreateEnumerationType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1238 QualType ClassTy = Context.getTypeDeclType(cast<CXXRecordDecl>(DC)); in getCurrentThisType() local
1241 ThisTy = Context.getPointerType(ClassTy); in getCurrentThisType()
H A DSemaOverload.cpp8542 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
8552 Context.getMemberPointerType(QPointeeTy, ClassTy)); in AddMemberPointerWithMoreQualifiedTypeVariants()
H A DSemaDeclCXX.cpp10824 QualType ClassTy = Context.getTagDeclType(ClassDecl); in CheckConstructor() local
10825 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) { in CheckConstructor()