Searched refs:addType (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 515 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() function in BTFDebug 524 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() function in BTFDebug 554 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType() 573 TypeId = addType(std::move(TypeEntry)); // For subprogram in visitSubroutineType() 575 TypeId = addType(std::move(TypeEntry), STy); // For func ptr in visitSubroutineType() 598 addType(std::move(TypeEntry)); in processDeclAnnotations() 606 uint32_t FuncId = addType(std::move(FuncTypeEntry)); in processDISubprogram() 651 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags() 656 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags() 682 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType() [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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 530 addType(TT, cast<DIType>(Ty)); in addThrownTypes() 668 void DwarfUnit::addType(DIE &Entity, const DIType *Ty, in addType() function in DwarfUnit 782 addType(Buffer, FromTy); in constructTypeDIE() 849 addType(Arg, Ty); in constructSubprogramArguments() 861 addType(Buffer, RTy); in constructTypeDIE() 955 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE() 980 addType(ElemDie, Property->getType()); in constructTypeDIE() 1090 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE() 1104 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE() 1231 addType(SPDie, DefinitionArgs[0]); in applySubprogramDefinitionAttributes() [all …]
|
H A D | DwarfUnit.h | 248 void addType(DIE &Entity, const DIType *Ty,
|
H A D | DwarfCompileUnit.cpp | 180 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE() 188 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE() 1646 addType(VariableDie, Var.getType()); in applyCommonDbgVariableAttributes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 132 bool addType(DIType *DT);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 265 if (!addType(DT)) in processType() 345 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 5468 addType(DNT->getIdentifier()); in VisitDependentNameType() 5479 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc() 5509 void addType(const IdentifierInfo *Name) { in addType() function in __anone047e0890b11::ConceptInfo::ValidVisitor
|