Searched refs:addType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 553 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType() 597 addType(std::move(TypeEntry)); in processDeclAnnotations() 650 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags() 655 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags() 681 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType() 754 TypeId = addType(std::move(TypeEntry), CTy); in visitEnumType() 758 TypeId = addType(std::move(TypeEntry), CTy); in visitEnumType() 767 TypeId = addType(std::move(TypeEntry), CTy); in visitFwdDeclType() 832 TypeId = addType(std::move(TypeEntry), DTy); in visitDerivedType() 838 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);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 529 addType(TT, cast<DIType>(Ty)); in addThrownTypes() 766 addType(Buffer, FromTy); in constructTypeDIE() 816 addType(Arg, Ty); in constructSubprogramArguments() 828 addType(Buffer, RTy); in constructTypeDIE() 1057 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE() 1071 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE() 1285 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 | 246 void addType(DIE &Entity, const DIType *Ty,
|
| H A D | DwarfCompileUnit.cpp | 165 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE() 173 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE() 1625 addType(VariableDie, Var.getType()); in applyCommonDbgVariableAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 129 bool addType(DIType *DT);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 260 if (!addType(DT)) in processType() 340 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5453 addType(DNT->getIdentifier()); in VisitDependentNameType() 5464 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc() 5494 void addType(const IdentifierInfo *Name) { in addType() function in __anonc4c61bbf0b11::ConceptInfo::ValidVisitor
|