Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp326 void BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() function in BTFDebug
353 addType(std::move(TypeEntry), BTy); in visitBasicType()
372 TypeId = addType(std::move(TypeEntry)); // For subprogram in visitSubroutineType()
374 addType(std::move(TypeEntry), STy); // For func ptr in visitSubroutineType()
401 addType(std::move(TypeEntry), CTy); in visitStructType()
410 addType(std::move(TypeEntry), CTy); in visitArrayType()
417 ArrayIndexTypeId = addType(std::move(TypeEntry)); in visitArrayType()
431 addType(std::move(TypeEntry), CTy); in visitEnumType()
438 addType(std::move(TypeEntry), CTy); in visitFwdDeclType()
464 addType(std::move(TypeEntry), DTy); in visitDerivedType()
[all …]
H A DBTFDebug.h209 void addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
211 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp588 addType(TT, cast<DIType>(Ty)); in addThrownTypes()
759 addType(Buffer, FromTy); in constructTypeDIE()
796 addType(Arg, Ty); in constructSubprogramArguments()
808 addType(Buffer, RTy); in constructTypeDIE()
997 addType(ParamDIE, resolve(TP->getType())); in constructTemplateTypeParameterDIE()
1009 addType(ParamDIE, resolve(VP->getType())); in constructTemplateValueParameterDIE()
1201 addType(SPDie, Ty); in applySubprogramAttributes()
1341 addType(Buffer, resolve(CTy->getBaseType())); in constructArrayTypeDIE()
1363 addType(Buffer, DTy); in constructEnumTypeDIE()
1404 addType(MemberDie, Resolved); in constructMemberDIE()
[all …]
H A DDwarfCompileUnit.cpp141 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
146 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
1086 addType(VariableDie, Var.getType()); in applyVariableAttributes()
H A DDwarfUnit.h230 void addType(DIE &Entity, const DIType *Ty,
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp328 void addType(Type *Ty) { in addType() function
338 addType(Ty); in addTypes()
414 Padder.addType(PaddingTy); in buildFrameType()
422 Padder.addType(Ty); in buildFrameType()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h93 bool addType(DIType *DT);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp126 if (!addType(DT)) in processType()
229 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder