Home
last modified time | relevance | path

Searched refs:addType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp551 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType()
595 addType(std::move(TypeEntry)); in processDeclAnnotations()
629 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
634 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
660 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType()
733 TypeId = addType(std::move(TypeEntry), CTy); in visitEnumType()
737 TypeId = addType(std::move(TypeEntry), CTy); in visitEnumType()
746 TypeId = addType(std::move(TypeEntry), CTy); in visitFwdDeclType()
805 TypeId = addType(std::move(TypeEntry), DTy); in visitDerivedType()
811 TypeId = addType(std::move(TypeEntry), DTy); in visitDerivedType()
[all …]
H A DBTFDebug.h314 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
316 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialect.h214 (void)std::initializer_list<int>{0, (addType<Args>(), 0)...}; in addTypes()
220 void addType(TypeID typeID, AbstractType &&typeInfo);
253 void addType() { in addType() function
255 addType(T::getTypeID(), AbstractType::get<T>(*this)); in addType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp530 addType(TT, cast<DIType>(Ty)); in addThrownTypes()
766 addType(Buffer, FromTy); in constructTypeDIE()
813 addType(Arg, Ty); in constructSubprogramArguments()
825 addType(Buffer, RTy); in constructTypeDIE()
1055 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE()
1069 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE()
1286 addType(SPDie, Ty); in applySubprogramAttributes()
1530 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1556 addType(Buffer, DTy); in constructEnumTypeDIE()
1602 addType(MemberDie, Resolved); in constructMemberDIE()
[all …]
H A DDwarfUnit.h234 void addType(DIE &Entity, const DIType *Ty,
H A DDwarfCompileUnit.cpp164 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
172 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
1522 addType(VariableDie, Var.getType()); in applyVariableAttributes()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h116 bool addType(DIType *DT);
/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp414 addType(typeID, std::move(abstractType)); in registerDynamicType()
H A DMLIRContext.cpp602 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType() function in Dialect
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp208 if (!addType(DT)) in processType()
296 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
/llvm-project-15.0.7/mlir/docs/
H A DDefiningDialects.md690 Types are registered using the `Dialect::addType` method, which expect a
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5333 addType(DNT->getIdentifier()); in VisitDependentNameType()
5344 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
5374 void addType(const IdentifierInfo *Name) { in addType() function in __anon3bc9fbb90a11::ConceptInfo::ValidVisitor