Searched refs:addType (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() function in BTFDebug 419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() function in BTFDebug 449 TypeId = addType(std::move(TypeEntry), BTy); in visitBasicType() 468 TypeId = addType(std::move(TypeEntry)); // For subprogram in visitSubroutineType() 470 TypeId = addType(std::move(TypeEntry), STy); // For func ptr in visitSubroutineType() 499 TypeId = addType(std::move(TypeEntry), CTy); in visitStructType() 527 ElemTypeId = addType(std::move(TypeEntry), CTy); in visitArrayType() 529 ElemTypeId = addType(std::move(TypeEntry)); in visitArrayType() 541 ArrayIndexTypeId = addType(std::move(TypeEntry)); in visitArrayType() 552 TypeId = addType(std::move(TypeEntry), CTy); in visitEnumType() [all …]
|
| H A D | BTFDebug.h | 275 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty); 277 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 534 addType(TT, cast<DIType>(Ty)); in addThrownTypes() 646 void DwarfUnit::addType(DIE &Entity, const DIType *Ty, in addType() function in DwarfUnit 750 addType(Buffer, FromTy); in constructTypeDIE() 795 addType(Arg, Ty); in constructSubprogramArguments() 807 addType(Buffer, RTy); in constructTypeDIE() 882 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE() 905 addType(ElemDie, Property->getType()); in constructTypeDIE() 1000 addType(ParamDIE, TP->getType()); in constructTemplateTypeParameterDIE() 1014 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE() 1140 addType(SPDie, DefinitionArgs[0]); in applySubprogramDefinitionAttributes() [all …]
|
| H A D | DwarfUnit.h | 233 void addType(DIE &Entity, const DIType *Ty,
|
| H A D | DwarfCompileUnit.cpp | 165 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE() 171 addType(*VariableDIE, GTy); in getOrCreateGlobalVariableDIE() 1488 addType(VariableDie, Var.getType()); in applyVariableAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 118 bool addType(DIType *DT);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | demangle.d | 66 addType = addType_; 79 AddType addType = AddType.yes; variable 2036 parseMangledName( AddType.yes == addType );
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 209 if (!addType(DT)) in processType() 297 bool DebugInfoFinder::addType(DIType *DT) { in addType() function in DebugInfoFinder
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5059 addType(DNT->getIdentifier()); in VisitDependentNameType() 5070 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc() 5100 void addType(const IdentifierInfo *Name) { in addType() function in __anon4254e5140711::ConceptInfo::ValidVisitor
|