Searched refs:addType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 513 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 D | BTFDebug.h | 314 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 D | DwarfUnit.cpp | 529 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 D | DwarfUnit.h | 234 void addType(DIE &Entity, const DIType *Ty,
|
| H A D | DwarfCompileUnit.cpp | 164 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 D | DebugInfo.h | 124 bool addType(DIType *DT);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 224 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 D | SemaCodeComplete.cpp | 5372 addType(DNT->getIdentifier()); in VisitDependentNameType() 5383 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc() 5413 void addType(const IdentifierInfo *Name) { in addType() function in __anon4b9354e00b11::ConceptInfo::ValidVisitor
|