Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp449 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType()
499 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType()
529 ElemTypeId = addType(std::move(TypeEntry)); in visitArrayType()
541 ArrayIndexTypeId = addType(std::move(TypeEntry)); in visitArrayType()
552 TypeId = addType(std::move(TypeEntry), CTy); in visitEnumType()
560 TypeId = addType(std::move(TypeEntry), CTy); in visitFwdDeclType()
605 TypeId = addType(std::move(TypeEntry), DTy); in visitDerivedType()
616 TypeId = addType(std::move(TypeEntry), DTy); in visitDerivedType()
1213 uint32_t VarId = addType(std::move(VarEntry)); in processGlobals()
1308 uint32_t FuncId = addType(std::move(FuncTypeEntry)); in processFuncPrototypes()
[all …]
H A DBTFDebug.h275 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
277 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp535 addType(TT, cast<DIType>(Ty)); in addThrownTypes()
751 addType(Buffer, FromTy); in constructTypeDIE()
796 addType(Arg, Ty); in constructSubprogramArguments()
808 addType(Buffer, RTy); in constructTypeDIE()
1004 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE()
1018 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE()
1233 addType(SPDie, Ty); in applySubprogramAttributes()
1481 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1507 addType(Buffer, DTy); in constructEnumTypeDIE()
1551 addType(MemberDie, Resolved); in constructMemberDIE()
[all …]
H A DDwarfUnit.h233 void addType(DIE &Entity, const DIType *Ty,
H A DDwarfCompileUnit.cpp165 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
171 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
1498 addType(VariableDie, Var.getType()); in applyVariableAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h118 bool addType(DIType *DT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp209 if (!addType(DT)) in processType()
297 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5062 addType(DNT->getIdentifier()); in VisitDependentNameType()
5073 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
5103 void addType(const IdentifierInfo *Name) { in addType() function in __anon166de13d0711::ConceptInfo::ValidVisitor