Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp513 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() function in BTFDebug
522 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() function in BTFDebug
552 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType()
571 TypeId = addType(std::move(TypeEntry)); // For subprogram in visitSubroutineType()
573 TypeId = addType(std::move(TypeEntry), STy); // For func ptr in visitSubroutineType()
596 addType(std::move(TypeEntry)); in processDeclAnnotations()
604 uint32_t FuncId = addType(std::move(FuncTypeEntry)); in processDISubprogram()
649 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
654 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
680 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType()
[all …]
H A DBTFDebug.h314 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
316 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp529 addType(TT, cast<DIType>(Ty)); in addThrownTypes()
651 void DwarfUnit::addType(DIE &Entity, const DIType *Ty, in addType() function in DwarfUnit
765 addType(Buffer, FromTy); in constructTypeDIE()
815 addType(Arg, Ty); in constructSubprogramArguments()
827 addType(Buffer, RTy); in constructTypeDIE()
921 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
946 addType(ElemDie, Property->getType()); in constructTypeDIE()
1056 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE()
1070 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE()
1197 addType(SPDie, DefinitionArgs[0]); in applySubprogramDefinitionAttributes()
[all …]
H A DDwarfUnit.h234 void addType(DIE &Entity, const DIType *Ty,
H A DDwarfCompileUnit.cpp164 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
172 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE()
1527 addType(VariableDie, Var.getType()); in applyVariableAttributes()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h124 bool addType(DIType *DT);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp224 if (!addType(DT)) in processType()
312 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp5372 addType(DNT->getIdentifier()); in VisitDependentNameType()
5383 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
5413 void addType(const IdentifierInfo *Name) { in addType() function in __anon4b9354e00b11::ConceptInfo::ValidVisitor