| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRTypes.cpp | 37 static void bindDerived(ClassTy &c) { in bindDerived() 94 static void bindDerived(ClassTy &c) { in bindDerived() 112 static void bindDerived(ClassTy &c) { in bindDerived() 130 static void bindDerived(ClassTy &c) { in bindDerived() 148 static void bindDerived(ClassTy &c) { in bindDerived() 166 static void bindDerived(ClassTy &c) { in bindDerived() 184 static void bindDerived(ClassTy &c) { in bindDerived() 202 static void bindDerived(ClassTy &c) { in bindDerived() 234 static void bindDerived(ClassTy &c) { in bindDerived() 332 static void bindDerived(ClassTy &c) { in bindDerived() [all …]
|
| H A D | IRAttributes.cpp | 84 static void bindDerived(ClassTy &c) { in bindDerived() 149 static void bindDerived(ClassTy &c) { in bindDerived() 199 static void bindDerived(ClassTy &c) { in bindDerived() 250 static void bindDerived(ClassTy &c) { in bindDerived() 280 static void bindDerived(ClassTy &c) { in bindDerived() 303 static void bindDerived(ClassTy &c) { in bindDerived() 329 static void bindDerived(ClassTy &c) { in bindDerived() 366 static void bindDerived(ClassTy &c) { in bindDerived() 617 static void bindDerived(ClassTy &c) { in bindDerived() 750 static void bindDerived(ClassTy &c) { in bindDerived() [all …]
|
| H A D | IRAffine.cpp | 83 using ClassTy = py::class_<DerivedTy, BaseTy>; typedef in __anonf6590d6b0111::PyConcreteAffineExpr 115 static void bindDerived(ClassTy &m) {} in bindDerived() 131 static void bindDerived(ClassTy &c) { in bindDerived() 151 static void bindDerived(ClassTy &c) { in bindDerived() 171 static void bindDerived(ClassTy &c) { in bindDerived() 196 static void bindDerived(ClassTy &c) { in bindDerived() 226 static void bindDerived(ClassTy &c) { in bindDerived() 255 static void bindDerived(ClassTy &c) { in bindDerived() 284 static void bindDerived(ClassTy &c) { in bindDerived() 313 static void bindDerived(ClassTy &c) { in bindDerived() [all …]
|
| H A D | IRInterfaces.cpp | 55 using ClassTy = py::class_<ConcreteIface>; typedef in mlir::python::PyConcreteOpInterface 118 static void bindDerived(ClassTy &cls) {} in bindDerived() 229 static void bindDerived(ClassTy &cls) { in bindDerived()
|
| H A D | IRModule.h | 777 using ClassTy = pybind11::class_<DerivedTy, BaseTy>; 797 auto cls = ClassTy(m, DerivedTy::pyClassName, pybind11::module_local()); in bind() 810 static void bindDerived(ClassTy &m) {} in bindDerived() 870 using ClassTy = pybind11::class_<DerivedTy, BaseTy>; 890 auto cls = ClassTy(m, DerivedTy::pyClassName, pybind11::buffer_protocol(), in bind() 907 static void bindDerived(ClassTy &m) {} in bindDerived()
|
| H A D | PybindUtils.h | 220 using ClassTy = pybind11::class_<Derived>; 357 static void bindDerived(ClassTy &) {}
|
| H A D | IRCore.cpp | 1882 using ClassTy = py::class_<DerivedTy, PyValue>; typedef in __anon7f4419ab0511::PyConcreteValue 1905 auto cls = ClassTy(m, DerivedTy::pyClassName, py::module_local()); in bind() 1917 static void bindDerived(ClassTy &m) {} in bindDerived() 1927 static void bindDerived(ClassTy &c) { in bindDerived() 1951 static void bindDerived(ClassTy &c) { in bindDerived() 1995 static void bindDerived(ClassTy &c) { in bindDerived() 2048 static void bindDerived(ClassTy &c) { in bindDerived() 2098 static void bindDerived(ClassTy &c) { in bindDerived()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 397 const DIType *ClassTy = nullptr); 416 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy); 431 const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment, 464 const DIType *ClassTy = nullptr);
|
| H A D | CodeViewDebug.cpp | 423 const DICompositeType *ClassTy = nullptr, in getFunctionOptions() argument 435 if (isNonTrivial(ReturnDCTy) || ClassTy) in getFunctionOptions() 439 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions() 476 const DIType *ClassTy) { in recordTypeIndexForDINode() argument 477 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() 1635 if (ClassTy) { in lowerType() 2045 const DIType *ClassTy, in lowerTypeMemberFunction() argument 2050 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() 2638 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex() 2643 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | debuginfo.c | 61 LLVMMetadataRef ClassTy = declare_objc_class(DIB, File); in llvm_test_dibuilder() local 65 DIB, Module, "globalClass", 11, "", 0, File, 1, ClassTy, true, in llvm_test_dibuilder()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 533 llvm::StructType *ClassTy; member in __anon0dba85c70111::ObjCTypesHelper 2104 llvm::Type *ClassTy = in GenerateMessageSendSuper() local 2106 Target = CGF.Builder.CreateBitCast(Target, ClassTy); in GenerateMessageSendSuper() 3590 assert(GV->getValueType() == ObjCTypes.ClassTy && in GenerateClass() 3653 assert(GV->getValueType() == ObjCTypes.ClassTy && in EmitMetaClass() 3684 assert(GV->getValueType() == ObjCTypes.ClassTy && in EmitMetaClassRef() 3698 assert(GV->getValueType() == ObjCTypes.ClassTy && in EmitSuperClassRef() 5928 ClassTy->setBody(llvm::PointerType::getUnqual(ClassTy), in ObjCTypesHelper() 5933 ClassPtrTy = llvm::PointerType::getUnqual(ClassTy); in ObjCTypesHelper() 7605 llvm::Type *ClassTy = in GenerateMessageSendSuper() local [all …]
|
| H A D | CGDebugInfo.cpp | 648 if (!ClassTy) in CreateType() 649 ClassTy = in CreateType() 652 return ClassTy; in CreateType() 662 if (!ClassTy) in CreateType() 663 ClassTy = in CreateType() 669 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 3244 llvm::DIType *ClassTy = getOrCreateType(ED->getIntegerType(), DefUnit); in CreateTypeDefinition() local 3246 Line, Size, Align, EltArray, ClassTy, in CreateTypeDefinition()
|
| H A D | CGDebugInfo.h | 68 llvm::DIType *ClassTy = nullptr; variable
|
| H A D | CGClass.cpp | 2737 auto *ClassTy = T->getAs<RecordType>(); in EmitVTablePtrCheckForCast() local 2738 if (!ClassTy) in EmitVTablePtrCheckForCast() 2741 const CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(ClassTy->getDecl()); in EmitVTablePtrCheckForCast()
|
| H A D | CGObjCGNU.cpp | 2993 llvm::StructType *ClassTy = llvm::StructType::get( in GenerateClassStructure() local 3017 auto Elements = Builder.beginStruct(ClassTy); in GenerateClassStructure() 3035 td.getTypeSizeInBits(ClassTy) / in GenerateClassStructure()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2456 QualType ClassTy = C.getTypeDeclType(Decl); in getThisObjectType() local 2457 return C.getQualifiedType(ClassTy, FPT->getMethodQuals()); in getThisObjectType() 2702 CanQualType ClassTy in isCopyOrMoveConstructor() local 2704 if (PointeeType.getUnqualifiedType() != ClassTy) in isCopyOrMoveConstructor() 2742 CanQualType ClassTy in isSpecializationCopyingObject() local 2744 if (ParamType.getUnqualifiedType() != ClassTy) in isSpecializationCopyingObject()
|
| H A D | Type.cpp | 2274 const Type *ClassTy = MPTy->getClass(); in isIncompleteType() local 2276 if (ClassTy->isDependentType()) in isIncompleteType() 2278 const CXXRecordDecl *RD = ClassTy->getAsCXXRecordDecl(); in isIncompleteType()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/ |
| H A D | debuginfo_ocaml.c | 400 LLVMMetadataRef ClassTy) { in llvm_dibuild_create_enumeration_type_native() argument 405 Wosize_val(Elements), ClassTy); in llvm_dibuild_create_enumeration_type_native()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 621 unsigned NumElements, LLVMMetadataRef ClassTy);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1129 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType() argument 1134 LineNumber, SizeInBits, AlignInBits, Elts, unwrapDI<DIType>(ClassTy))); in LLVMDIBuilderCreateEnumerationType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1203 QualType ClassTy = Context.getTypeDeclType(cast<CXXRecordDecl>(DC)); in getCurrentThisType() local 1206 ThisTy = Context.getPointerType(ClassTy); in getCurrentThisType()
|
| H A D | SemaOverload.cpp | 8037 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants() local 8047 Context.getMemberPointerType(QPointeeTy, ClassTy)); in AddMemberPointerWithMoreQualifiedTypeVariants()
|
| H A D | SemaDeclCXX.cpp | 10531 QualType ClassTy = Context.getTagDeclType(ClassDecl); in CheckConstructor() local 10532 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) { in CheckConstructor()
|