| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.cpp | 20 if (C.getTag() != DW_TAG_subrange_type) in appendArrayType() 73 while (D && (D.getTag() == DW_TAG_const_type || in skipQualifiers() 74 D.getTag() == DW_TAG_volatile_type)) in skipQualifiers() 81 return D && (D.getTag() == DW_TAG_subroutine_type || in needsParens() 82 D.getTag() == DW_TAG_array_type); in needsParens() 107 const dwarf::Tag T = D.getTag(); in appendUnqualifiedNameBefore() 178 appendTypeTagName(D.getTag()); in appendUnqualifiedNameBefore() 219 switch (D.getTag()) { in appendUnqualifiedNameAfter() 240 /*SkipFirstParamIfArtificial=*/D.getTag() == in appendUnqualifiedNameAfter() 300 if (D && scopedTAGs(D.getTag())) in appendQualifiedName() [all …]
|
| H A D | DWARFVerifier.cpp | 210 if (Die.getTag() == DW_TAG_null) in verifyUnitContents() 223 Die.getFirstChild().getTag() == DW_TAG_null) { in verifyUnitContents() 224 warn() << dwarf::TagString(Die.getTag()) in verifyUnitContents() 240 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents() 242 << dwarf::TagString(Die.getTag()) << ".\n"; in verifyUnitContents() 247 if (!DWARFUnit::isMatchingUnitTypeAndTag(UnitType, Die.getTag())) { in verifyUnitContents() 249 << ") and root DIE (" << dwarf::TagString(Die.getTag()) in verifyUnitContents() 257 if (Die.getTag() == dwarf::DW_TAG_skeleton_unit && Die.hasChildren()) { in verifyUnitContents() 269 if (Die.getTag() != DW_TAG_call_site && Die.getTag() != DW_TAG_GNU_call_site) in verifyDebugInfoCallSite() 274 if (Curr.getTag() == DW_TAG_inlined_subroutine) { in verifyDebugInfoCallSite() [all …]
|
| H A D | DWARFDie.cpp | 235 if (getTag() == DW_TAG_GNU_template_parameter_pack) in getFullName() 240 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() 243 auto Tag = getTag(); in isSubroutineDIE() 495 switch (getTag()) { in getTypeSize() 502 if (BaseType.getTag() == DW_TAG_subroutine_type) in getTypeSize() 524 if (Child.getTag() != DW_TAG_subrange_type) in getTypeSize() 586 << formatv("{0}", getTag()); in dump()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ChrootChecker.cpp | 51 static void *getTag() { in getTag() function in __anonab9e32a90111::ChrootChecker 85 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in evalChroot() 94 const void *k = state->FindGDM(ChrootChecker::getTag()); in evalChdir() 107 state = Mgr.addGDM(state, ChrootChecker::getTag(), in evalChdir() 123 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 90 assert(Cur->getTag() == dwarf::DW_TAG_compile_unit || in addParentContext() 91 Cur->getTag() == dwarf::DW_TAG_type_unit); in addParentContext() 100 addULEB128(Die->getTag()); in addParentContext() 350 hashAttributes(Attrs, Die.getTag()); in addAttributes() 359 addULEB128(Die.getTag()); in hashNestedType() 371 addULEB128(Die.getTag()); in computeHash() 380 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
|
| H A D | DebugHandlerBase.cpp | 152 unsigned Tag = DDTy->getTag(); in getBaseTypeSize() 168 if (BaseType->getTag() == dwarf::DW_TAG_reference_type || in getBaseTypeSize() 169 BaseType->getTag() == dwarf::DW_TAG_rvalue_reference_type) in getBaseTypeSize() 187 if (CTy->getTag() == dwarf::DW_TAG_enumeration_type) { in isUnsignedDIType() 199 dwarf::Tag T = (dwarf::Tag)Ty->getTag(); in isUnsignedDIType() 226 (Ty->getTag() == dwarf::DW_TAG_unspecified_type && in isUnsignedDIType() 232 Ty->getTag() == dwarf::DW_TAG_unspecified_type; in isUnsignedDIType()
|
| H A D | DwarfUnit.cpp | 567 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in createTypeDIE() 578 DIE &TyDIE = createAndAddDIE(Ty->getTag(), ContextDIE, Ty); in createTypeDIE() 613 if (Ty->getTag() == dwarf::DW_TAG_restrict_type && DD->getDwarfVersion() <= 2) in getOrCreateTypeDIE() 617 if (Ty->getTag() == dwarf::DW_TAG_atomic_type && DD->getDwarfVersion() < 5) in getOrCreateTypeDIE() 699 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type) in constructTypeDIE() 702 if (BTy->getTag() != dwarf::DW_TAG_string_type) in constructTypeDIE() 760 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 878 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 919 if (DDTy->getTag() == dwarf::DW_TAG_friend) { in constructTypeDIE() 942 DIE &ElemDie = createAndAddDIE(Property->getTag(), Buffer); in constructTypeDIE() [all …]
|
| H A D | CodeViewDebug.cpp | 261 switch (Scope->getTag()) { in getPrettyScopeName() 1576 if (T->getTag() == dwarf::DW_TAG_typedef) { in shouldEmitUdt() 1578 switch (Scope->getTag()) { in shouldEmitUdt() 1632 switch (Ty->getTag()) { in lowerType() 1711 assert(Element->getTag() == dwarf::DW_TAG_subrange_type); in lowerTypeArray() 1880 Ty->getTag() == dwarf::DW_TAG_pointer_type) { in lowerTypePointer() 1890 switch (Ty->getTag()) { in lowerTypePointer() 1945 assert(Ty->getTag() == dwarf::DW_TAG_ptr_to_member_type); in lowerTypeMemberPointer() 1984 switch (BaseTy->getTag()) { in lowerTypeModifier() 2011 switch (BaseTy->getTag()) { in lowerTypeModifier() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 47 unsigned Tag = DIE.getTag(); in getChildDeclContext() 63 if ((Context.getTag() == dwarf::DW_TAG_namespace || in getChildDeclContext() 64 Context.getTag() == dwarf::DW_TAG_compile_unit) && in getChildDeclContext() 184 Context.getTag() != dwarf::DW_TAG_structure_type && in getChildDeclContext() 185 Context.getTag() != dwarf::DW_TAG_class_type) || in getChildDeclContext()
|
| H A D | DWARFLinkerCompileUnit.cpp | 36 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope() 70 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept() 71 DIE.getTag() != dwarf::DW_TAG_constant) in markEverythingAsKept() 138 if (Die.getTag() != dwarf::DW_TAG_compile_unit) in noteRangeAttribute()
|
| H A D | DWARFLinker.cpp | 179 if (Die.getTag() == dwarf::DW_TAG_lexical_block) in getDIENames() 287 Info.Prune &= (Die.getTag() == dwarf::DW_TAG_module) || in updatePruning() 288 (isTypeTag(Die.getTag()) && in updatePruning() 355 if (Current.Die.getTag() == dwarf::DW_TAG_module && in analyzeContextInfo() 482 if (DIE.getTag() == dwarf::DW_TAG_label) { in shouldKeepSubprogramDIE() 525 switch (DIE.getTag()) { in shouldKeepDIE() 553 switch (Die.getTag()) { in updateChildIncompleteness() 573 switch (Die.getTag()) { in updateRefIncompleteness() 603 if (dieNeedsChildrenToBeMeaningful(Die.getTag())) in lookForChildDIEsToKeep() 626 if (!Info.Ctxt || (Die.getTag() == dwarf::DW_TAG_namespace)) in isODRCanonicalCandidate() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 262 ParentTy->getTag() != dwarf::DW_TAG_typedef) in CheckCompositeType() 285 unsigned Tag = DTy->getTag(); in CheckDerivedType() 318 if (!SkipDIDerivedTag(DTy->getTag(), skipTypedef)) in stripQualifiers() 327 if (!SkipDIDerivedTag(DTy->getTag(), true)) in stripQualifiers() 339 if (Element->getTag() == dwarf::DW_TAG_subrange_type) { in calcArraySize() 521 if (PtrTy->getTag() != dwarf::DW_TAG_pointer_type) in IsValidAIChain() 531 uint32_t PTyTag = PTy->getTag(); in IsValidAIChain() 536 uint32_t CTyTag = CTy->getTag(); in IsValidAIChain() 705 uint32_t Tag = CTy->getTag(); in GetFieldInfo() 762 if (!CompTy || CompTy->getTag() != dwarf::DW_TAG_enumeration_type) in GetFieldInfo() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoEntry.h | 66 dwarf::Tag getTag() const { in getTag() function 67 return AbbrevDecl ? AbbrevDecl->getTag() : dwarf::DW_TAG_null; in getTag()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 212 (Tag ? Tag : Location.getTag())); 228 (Tag ? Tag : Location.getTag())); 241 return addTransition(State, (Tag ? Tag : Location.getTag())); 257 return addTransition(State, Pred, (Tag ? Tag : Location.getTag()));
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | LiveVariables.h | 105 static const void *getTag(); 119 static const void *getTag();
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 407 static const char *getTag(); 452 static const char *getTag(); 520 static void *getTag() { in getTag() function 526 ID.AddPointer(getTag()); in Profile() 583 static const char *getTag();
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1024 CheckDI(N.getTag(), "invalid tag", &N); in visitGenericDINode() 1033 CheckDI(N.getTag() == dwarf::DW_TAG_subrange_type, "invalid tag", &N); in visitDISubrange() 1065 CheckDI(N.getTag() == dwarf::DW_TAG_generic_subrange, "invalid tag", &N); in visitDIGenericSubrange() 1089 CheckDI(N.getTag() == dwarf::DW_TAG_enumerator, "invalid tag", &N); in visitDIEnumerator() 1093 CheckDI(N.getTag() == dwarf::DW_TAG_base_type || in visitDIBasicType() 1094 N.getTag() == dwarf::DW_TAG_unspecified_type || in visitDIBasicType() 1095 N.getTag() == dwarf::DW_TAG_string_type, in visitDIBasicType() 1100 CheckDI(N.getTag() == dwarf::DW_TAG_string_type, "invalid tag", &N); in visitDIStringType() 1109 CheckDI(N.getTag() == dwarf::DW_TAG_typedef || in visitDIDerivedType() 1110 N.getTag() == dwarf::DW_TAG_pointer_type || in visitDIDerivedType() [all …]
|
| H A D | LLVMContextImpl.h | 349 : MDNodeOpsKey(N, 1), Tag(N->getTag()), Header(N->getRawHeader()) {} 352 return Tag == RHS->getTag() && Header == RHS->getRawHeader() && 474 : Tag(N->getTag()), Name(N->getRawName()), SizeInBits(N->getSizeInBits()), 479 return Tag == RHS->getTag() && Name == RHS->getRawName() && 507 : Tag(N->getTag()), Name(N->getRawName()), 515 return Tag == RHS->getTag() && Name == RHS->getRawName() && 548 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 556 return Tag == RHS->getTag() && Name == RHS->getRawName() && 593 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(), 610 return Tag == RHS->getTag() && Name == RHS->getRawName() && [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 268 const dwarf::Tag Tag = Die.getTag(); in collectStatsForDie() 471 const dwarf::Tag ChildTag = Child.getTag(); in collectAbstractOriginFnInfo() 497 const dwarf::Tag Tag = Die.getTag(); in collectStatsRecursive() 615 if (Child.getTag() == dwarf::DW_TAG_lexical_block) in collectStatsRecursive() 617 if (Child.getTag() == dwarf::DW_TAG_formal_parameter) in collectStatsRecursive() 639 auto Tag = FnDie.getTag(); in collectStatsRecursive() 739 const dwarf::Tag ChildTag = Child.getTag(); in updateVarsWithAbstractOriginLocCovInfo() 783 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin() 823 .getTag(); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 121 auto Tag = dwarf::TagString(T->getTag()); in printModuleDebugInfo() 125 O << "unknown-tag(" << T->getTag() << ")"; in printModuleDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 75 assert((DIE.getTag() == dwarf::DW_TAG_subprogram || in isLiveSubprogram() 76 DIE.getTag() == dwarf::DW_TAG_label) && in isLiveSubprogram() 95 assert((DIE.getTag() == dwarf::DW_TAG_variable || in isLiveVariable() 96 DIE.getTag() == dwarf::DW_TAG_constant) && in isLiveVariable()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervalUnion.h | 85 unsigned getTag() const { return Tag; } in getTag() function 144 Tag = NewLiveUnion.getTag(); in reset()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 102 if (Die.getTag() == dwarf::DW_TAG_inlined_subroutine) in GetParentDeclContextDIE() 109 switch (ParentDie.getTag()) { in GetParentDeclContextDIE() 189 switch (Die.getTag()) { in hasInlineInfo() 214 dwarf::Tag Tag = Die.getTag(); in parseInlineInfo() 353 switch (Die.getTag()) { in handleDie()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 898 BR.markInvalid(getTag(), MacroName.c_str()); in VisitNode() 919 void* getTag() const { in getTag() function in __anon1858ef3a0311::MacroNullReturnSuppressionVisitor 925 ID.AddPointer(getTag()); in Profile() 986 static void *getTag() { in getTag() function in __anon1858ef3a0411::ReturnVisitor 992 ID.AddPointer(ReturnVisitor::getTag()); in Profile() 1186 BR.markInvalid(ReturnVisitor::getTag(), CalleeSFC); in finalizeVisitor() 1795 const char *TrackConstraintBRVisitor::getTag() { in getTag() function in TrackConstraintBRVisitor 1849 if (isa_and_nonnull<NoteTag>(P.getTag())) in VisitNode() 1858 X->setTag(getTag()); in VisitNode() 1885 const char *SuppressInlineDefensiveChecksVisitor::getTag() { in getTag() function in SuppressInlineDefensiveChecksVisitor [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | PostOrderCFGView.cpp | 40 const void *PostOrderCFGView::getTag() { static int x; return &x; } in getTag() function in PostOrderCFGView
|