Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp581 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() function in BTFDebug
590 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() function in BTFDebug
620 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType()
639 TypeId = addType(std::move(TypeEntry)); // For subprogram in visitSubroutineType()
641 TypeId = addType(std::move(TypeEntry), STy); // For func ptr in visitSubroutineType()
664 addType(std::move(TypeEntry)); in processDeclAnnotations()
672 uint32_t FuncId = addType(std::move(FuncTypeEntry)); in processDISubprogram()
717 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
722 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
760 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType()
[all …]
H A DBTFDebug.h315 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
317 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp552 addType(TT, cast<DIType>(Ty)); in addThrownTypes()
701 void DwarfUnit::addType(DIE &Entity, const DIType *Ty, in addType() function in DwarfUnit
843 addType(Buffer, FromTy); in constructTypeDIE()
913 addType(Arg, Ty); in constructSubprogramArguments()
933 addType(Buffer, RTy); in constructTypeDIE()
1073 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
1103 addType(ElemDie, Property->getType()); in constructTypeDIE()
1239 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE()
1253 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE()
1382 addType(SPDie, DefinitionArgs[0]); in applySubprogramDefinitionAttributes()
[all …]
H A DDwarfUnit.h254 void addType(DIE &Entity, const DIType *Ty,
H A DDwarfCompileUnit.cpp206 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
214 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
1692 addType(VariableDie, Var.getType()); in applyCommonDbgVariableAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h137 bool addType(DIType *DT);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp274 if (!addType(DT)) in processType()
372 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5615 addType(DNT->getIdentifier()); in VisitDependentNameType()
5626 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
5656 void addType(const IdentifierInfo *Name) { in addType() function in __anone047e0890b11::ConceptInfo::ValidVisitor
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15775 {"_ZN4llvm10DwarfDebug7addTypeEPNS_3DIEENS_6DITypeE", "llvm::DwarfDebug::addType(llvm::DIE*, llvm::…
19645 {"_ZN4llvm15DebugInfoFinder7addTypeENS_6DITypeE", "llvm::DebugInfoFinder::addType(llvm::DIType)"},