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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp394 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, function in class:BTFDebug
403 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { function in class:BTFDebug
423 TypeId = addType(std::move(TypeEntry), BTy);
442 TypeId = addType(std::move(TypeEntry)); // For subprogram
444 TypeId = addType(std::move(TypeEntry), STy); // For func ptr
473 TypeId = addType(std::move(TypeEntry), CTy);
501 ElemTypeId = addType(std::move(TypeEntry), CTy);
503 ElemTypeId = addType(std::move(TypeEntry));
515 ArrayIndexTypeId = addType(std::move(TypeEntry));
526 TypeId = addType(st
[all...]
H A DBTFDebug.h262 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
264 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h98 bool addType(DIType *DT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp614 addType(TT, cast<DIType>(Ty));
724 void DwarfUnit::addType(DIE &Entity, const DIType *Ty, function in class:DwarfUnit
796 addType(Buffer, FromTy);
841 addType(Arg, Ty);
853 addType(Buffer, RTy);
923 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend);
946 addType(ElemDie, Property->getType());
1045 addType(ParamDIE, TP->getType());
1059 addType(ParamDIE, VP->getType());
1183 addType(SPDi
[all...]
H A DDwarfUnit.h222 void addType(DIE &Entity, const DIType *Ty,
H A DDwarfCompileUnit.cpp154 addType(*VariableDIE, GTy);
160 addType(*VariableDIE, GTy);
1375 addType(VariableDie, Var.getType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp123 if (!addType(DT))
211 bool DebugInfoFinder::addType(DIType *DT) { function in class:DebugInfoFinder
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4993 addType(DNT->getIdentifier());
5004 addType(NNS->getAsIdentifier());
5034 void addType(const IdentifierInfo *Name) { function in class:__anon2038::ConceptInfo::ValidVisitor

Completed in 204 milliseconds