Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp553 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 DBTFDebug.h314 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 DDwarfUnit.cpp529 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 DDwarfUnit.h246 void addType(DIE &Entity, const DIType *Ty,
H A DDwarfCompileUnit.cpp165 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 DDebugInfo.h129 bool addType(DIType *DT);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp260 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 DSemaCodeComplete.cpp5453 addType(DNT->getIdentifier()); in VisitDependentNameType()
5464 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
5494 void addType(const IdentifierInfo *Name) { in addType() function in __anonc4c61bbf0b11::ConceptInfo::ValidVisitor