| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 426 const DIType *ClassTy = nullptr); 445 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy); 460 const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment, 493 const DIType *ClassTy = nullptr);
|
| H A D | CodeViewDebug.cpp | 427 const DICompositeType *ClassTy = nullptr, in getFunctionOptions() argument 439 if (isNonTrivial(ReturnDCTy) || ClassTy) in getFunctionOptions() 443 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions() 480 const DIType *ClassTy) { in recordTypeIndexForDINode() argument 481 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() 1674 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType() argument 1698 if (ClassTy) { in lowerType() 1701 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType() 2111 const DIType *ClassTy, in lowerTypeMemberFunction() argument 2116 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 83 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 D | CGObjCMac.cpp | 497 llvm::StructType *ClassTy; member in __anonb5e682970111::ObjCTypesHelper 2008 Target = CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, Target, 0); in GenerateMessageSendSuper() 2014 CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, MetaClassPtr, 1); in GenerateMessageSendSuper() 2023 ClassPtr = CGF.Builder.CreateStructGEP(ObjCTypes.ClassTy, ClassPtr, 1); in GenerateMessageSendSuper() 2029 llvm::Type *ClassTy = in GenerateMessageSendSuper() local 2031 Target = CGF.Builder.CreateBitCast(Target, ClassTy); in GenerateMessageSendSuper() 3457 auto values = builder.beginStruct(ObjCTypes.ClassTy); in GenerateClass() 3488 assert(GV->getValueType() == ObjCTypes.ClassTy && in GenerateClass() 3507 unsigned Size = CGM.getDataLayout().getTypeAllocSize(ObjCTypes.ClassTy); in EmitMetaClass() 3513 auto values = builder.beginStruct(ObjCTypes.ClassTy); in EmitMetaClass() [all …]
|
| H A D | CGDebugInfo.cpp | 826 if (!ClassTy) in CreateType() 827 ClassTy = in CreateType() 830 return ClassTy; in CreateType() 840 if (!ClassTy) in CreateType() 841 ClassTy = in CreateType() 847 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 3773 llvm::DIType *ClassTy = getOrCreateType(ED->getIntegerType(), DefUnit); in CreateTypeDefinition() local 3775 EnumContext, ED->getName(), DefUnit, Line, Size, Align, EltArray, ClassTy, in CreateTypeDefinition()
|
| H A D | CGClass.cpp | 2838 auto *ClassTy = T->getAs<RecordType>(); in EmitVTablePtrCheckForCast() local 2839 if (!ClassTy) in EmitVTablePtrCheckForCast() 2842 const CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(ClassTy->getDecl()); in EmitVTablePtrCheckForCast()
|
| H A D | CGDebugInfo.h | 74 llvm::DIType *ClassTy = nullptr; variable
|
| H A D | CGObjCGNU.cpp | 3216 llvm::StructType *ClassTy = llvm::StructType::get( in GenerateClassStructure() local 3240 auto Elements = Builder.beginStruct(ClassTy); in GenerateClassStructure() 3257 Elements.addInt(LongTy, DL.getTypeSizeInBits(ClassTy) / in GenerateClassStructure()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2779 QualType ClassTy = C.getTypeDeclType(Decl); in getThisObjectType() local 2780 return C.getQualifiedType(ClassTy, FPT->getMethodQuals()); in getThisObjectType() 3039 CanQualType ClassTy in isCopyOrMoveConstructor() local 3041 if (PointeeType.getUnqualifiedType() != ClassTy) in isCopyOrMoveConstructor() 3079 CanQualType ClassTy in isSpecializationCopyingObject() local 3081 if (ParamType.getUnqualifiedType() != ClassTy) in isSpecializationCopyingObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 652 unsigned NumElements, LLVMMetadataRef ClassTy);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1320 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType() argument 1325 LineNumber, SizeInBits, AlignInBits, Elts, unwrapDI<DIType>(ClassTy))); in LLVMDIBuilderCreateEnumerationType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1220 QualType ClassTy = Context.getTypeDeclType(cast<CXXRecordDecl>(DC)); in getCurrentThisType() local 1223 ThisTy = Context.getPointerType(ClassTy); in getCurrentThisType()
|
| H A D | SemaDeclCXX.cpp | 11060 QualType ClassTy = Context.getTagDeclType(ClassDecl); in CheckConstructor() local 11061 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) { in CheckConstructor()
|