| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 551 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 D | BTFDebug.h | 314 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 D | Dialect.h | 214 (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 D | DwarfUnit.cpp | 530 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 D | DwarfUnit.h | 234 void addType(DIE &Entity, const DIType *Ty,
|
| H A D | DwarfCompileUnit.cpp | 164 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 D | DebugInfo.h | 116 bool addType(DIType *DT);
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | ExtensibleDialect.cpp | 414 addType(typeID, std::move(abstractType)); in registerDynamicType()
|
| H A D | MLIRContext.cpp | 602 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType() function in Dialect
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 208 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 D | DefiningDialects.md | 690 Types are registered using the `Dialect::addType` method, which expect a
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5333 addType(DNT->getIdentifier()); in VisitDependentNameType() 5344 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc() 5374 void addType(const IdentifierInfo *Name) { in addType() function in __anon3bc9fbb90a11::ConceptInfo::ValidVisitor
|