| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.cpp | 20 if (C.getTag() != DW_TAG_subrange_type) in appendArrayType() 107 const dwarf::Tag T = D.getTag(); in appendUnqualifiedNameBefore() 178 appendTypeTagName(D.getTag()); in appendUnqualifiedNameBefore() 218 switch (D.getTag()) { in appendUnqualifiedNameAfter() 299 if (D && scopedTAGs(D.getTag())) in appendQualifiedName() 304 if (D && scopedTAGs(D.getTag())) in appendQualifiedNameBefore() 462 auto Tag = T.getTag(); in decomposeConstVolatile() 640 if (D.getTag() == DW_TAG_compile_unit) in appendScopes() 642 if (D.getTag() == DW_TAG_type_unit) in appendScopes() 644 if (D.getTag() == DW_TAG_skeleton_unit) in appendScopes() [all …]
|
| H A D | DWARFVerifier.cpp | 218 if (Die.getTag() == DW_TAG_null) in verifyUnitContents() 232 warn() << dwarf::TagString(Die.getTag()) in verifyUnitContents() 248 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents() 277 if (Die.getTag() != DW_TAG_call_site && Die.getTag() != DW_TAG_GNU_call_site) in verifyDebugInfoCallSite() 660 auto DieTag = Die.getTag(); in verifyDebugInfoAttribute() 661 auto RefTag = ReferencedDie.getTag(); in verifyDebugInfoAttribute() 681 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute() 1459 if (DIE.getTag() != EntryOr->tag()) { in verifyNameIndexEntries() 1463 DIE.getTag()); in verifyNameIndexEntries() 1470 DIE.getTag() == DW_TAG_subprogram || in verifyNameIndexEntries() [all …]
|
| H A D | DWARFDie.cpp | 238 if (getTag() == DW_TAG_GNU_template_parameter_pack) in getFullName() 243 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() 246 auto Tag = getTag(); in isSubroutineDIE() 503 switch (Die.getTag()) { in getTypeSizeImpl() 510 if (BaseType.getTag() == DW_TAG_subroutine_type) in getTypeSizeImpl() 533 if (Child.getTag() != DW_TAG_subrange_type) in getTypeSizeImpl() 600 << formatv("{0}", getTag()); in dump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | AcceleratorRecordsSaver.cpp | 50 if (!Name && InputDIE.getTag() == dwarf::DW_TAG_namespace) in hashFullyQualifiedName() 76 switch (InputDieEntry->getTag()) { in save() 119 saveTypeRecord(AttrInfo.Name, OutDIE, InputDieEntry->getTag(), Hash, in save() 128 saveNamespaceRecord(AttrInfo.Name, OutDIE, InputDieEntry->getTag(), in save() 133 saveNamespaceRecord(AttrInfo.Name, OutDIE, InputDieEntry->getTag(), in save() 147 saveNameRecord(AttrInfo.Name, OutDIE, InputDieEntry->getTag(), in save() 148 InputDieEntry->getTag() == in save() 159 InputDieEntry->getTag() == in save() 171 InputDieEntry->getTag(), true); in save() 191 saveNameRecord(Selector, OutDIE, InputDieEntry->getTag(), true); in saveObjC() [all …]
|
| H A D | DependencyTracker.cpp | 60 if (Child.getTag() == dwarf::DW_TAG_subprogram) { in verifyKeepChain() 146 switch (CurChild->getTag()) { in collectRootsToKeep() 291 switch (Entry->getTag()) { in isNamespaceLikeEntry() 399 if (Entry.DieEntry->getTag() == dwarf::DW_TAG_variable) { in getFinalPlacementForEntry() 472 if (Entry.DieEntry->getTag() == dwarf::DW_TAG_subprogram && in markDIEEntryAsKeptRec() 489 switch (CurChild->getTag()) { in markDIEEntryAsKeptRec() 543 switch (CurChild->getTag()) { in markDIEEntryAsKeptRec() 566 switch (DIEEntry->getTag()) { in isTypeTableCandidate() 698 switch (Entry.DieEntry->getTag()) { in getRootForSpecifiedEntry() 791 if (DIE.getTag() == dwarf::DW_TAG_subprogram) { in isLiveSubprogramEntry() [all …]
|
| H A D | SyntheticTypeNameBuilder.cpp | 43 if (CurChild->getTag() == dwarf::DW_TAG_subrange_type || in addArrayDimension() 44 CurChild->getTag() == dwarf::DW_TAG_generic_subrange) { in addArrayDimension() 76 dwarf::Tag ChildTag = CurChild->getTag(); in addSignature() 139 if (Parameter->getTag() == dwarf::DW_TAG_template_value_parameter) { in addTemplateParamNames() 170 switch (UnitEntryPair.DieEntry->getTag()) { in getTypeDeduplicationCandidate() 344 switch (InputUnitEntryPair.DieEntry->getTag()) { in addTypeName() 434 switch (DieEntry->getTag()) { in addTypePrefix() 654 SyntheticName += utohexstr(DieEntry->getTag()); in addTypePrefix() 662 switch (DieEntry->getTag()) { in OrderedChildrenIndexAssigner() 720 switch (DieEntry->getTag()) { in tagToArrayIndex() [all …]
|
| H A D | DIEAttributeCloner.cpp | 120 if (InputDieEntry->getTag() == dwarf::DW_TAG_compile_unit && in clone() 392 (InputDieEntry->getTag() == dwarf::DW_TAG_variable || in cloneScalarAttr() 393 InputDieEntry->getTag() == dwarf::DW_TAG_constant)) in cloneScalarAttr() 458 InputDieEntry->getTag() == dwarf::DW_TAG_compile_unit) { in cloneScalarAttr() 484 InputDieEntry->getTag() == dwarf::DW_TAG_compile_unit}, in cloneScalarAttr() 617 if (InputDieEntry->getTag() == dwarf::DW_TAG_compile_unit && in cloneAddressAttr() 623 } else if (InputDieEntry->getTag() == dwarf::DW_TAG_compile_unit && in cloneAddressAttr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ChrootChecker.cpp | 51 static void *getTag() { in getTag() function in __anonb968d7880111::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()
|
| /freebsd-14.2/contrib/llvm-project/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() 227 (Ty->getTag() == dwarf::DW_TAG_unspecified_type && in isUnsignedDIType() 233 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() 700 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type) in constructTypeDIE() 703 if (BTy->getTag() != dwarf::DW_TAG_string_type) in constructTypeDIE() 761 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 879 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 920 if (DDTy->getTag() == dwarf::DW_TAG_friend) { in constructTypeDIE() 1066 DIE &ParamDIE = createAndAddDIE(VP->getTag(), Buffer); in constructTemplateValueParameterDIE() 1542 if (Element->getTag() == dwarf::DW_TAG_subrange_type) in constructArrayTypeDIE() 1594 DIE &MemberDie = createAndAddDIE(DT->getTag(), Buffer); in constructMemberDIE() [all …]
|
| H A D | CodeViewDebug.cpp | 265 switch (Scope->getTag()) { in getPrettyScopeName() 1608 switch (Scope->getTag()) { in shouldEmitUdt() 1662 switch (Ty->getTag()) { in lowerType() 1923 switch (Ty->getTag()) { in lowerTypePointer() 2017 switch (BaseTy->getTag()) { in lowerTypeModifier() 2044 switch (BaseTy->getTag()) { in lowerTypeModifier() 2196 switch (Ty->getTag()) { in getRecordKind() 2245 switch (Ty->getTag()) { in addUDTSrcLine() 2367 switch (Ty->getTag()) { in collectMemberInfo() 2749 switch (Ty->getTag()) { in getCompleteTypeIndex() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerDeclContext.cpp | 50 unsigned Tag = DIE.getTag(); in getChildDeclContext() 66 if ((Context.getTag() == dwarf::DW_TAG_namespace || in getChildDeclContext() 67 Context.getTag() == dwarf::DW_TAG_compile_unit) && in getChildDeclContext() 187 Context.getTag() != dwarf::DW_TAG_structure_type && in getChildDeclContext() 188 Context.getTag() != dwarf::DW_TAG_class_type) || in getChildDeclContext()
|
| H A D | DWARFLinkerCompileUnit.cpp | 42 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope() 77 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept() 78 DIE.getTag() != dwarf::DW_TAG_constant) in markEverythingAsKept() 176 if (Die.getTag() == dwarf::DW_TAG_compile_unit) { in noteRangeAttribute()
|
| H A D | DWARFLinker.cpp | 151 if (Die.getTag() == dwarf::DW_TAG_lexical_block) in getDIENames() 265 (isTypeTag(Die.getTag()) && in updatePruning() 408 assert((DIE.getTag() == dwarf::DW_TAG_variable || in getVariableRelocAdjustment() 571 if (DIE.getTag() == dwarf::DW_TAG_label) { in shouldKeepSubprogramDIE() 612 switch (DIE.getTag()) { in shouldKeepDIE() 639 switch (Die.getTag()) { in updateChildIncompleteness() 659 switch (Die.getTag()) { in updateRefIncompleteness() 1685 assert(Die->getTag() == InputDIE.getTag()); in cloneDIE() 1725 if (Die->getTag() == dwarf::DW_TAG_subprogram) in cloneDIE() 1775 uint16_t Tag = InputDIE.getTag(); in cloneDIE() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 234 ParentTy->getTag() != dwarf::DW_TAG_typedef) in CheckCompositeType() 257 unsigned Tag = DTy->getTag(); in CheckDerivedType() 290 if (!SkipDIDerivedTag(DTy->getTag(), skipTypedef)) in stripQualifiers() 299 if (!SkipDIDerivedTag(DTy->getTag(), true)) in stripQualifiers() 509 if (PtrTy->getTag() != dwarf::DW_TAG_pointer_type) in IsValidAIChain() 519 uint32_t PTyTag = PTy->getTag(); in IsValidAIChain() 524 uint32_t CTyTag = CTy->getTag(); in IsValidAIChain() 687 uint32_t Tag = CTy->getTag(); in GetFieldInfo() 895 assert(CTy->getTag() == dwarf::DW_TAG_array_type); in computeBaseAndAccessKey() 904 assert(DTy->getTag() == dwarf::DW_TAG_pointer_type); in computeBaseAndAccessKey() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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()));
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | LiveVariables.h | 105 static const void *getTag(); 119 static const void *getTag();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 88 auto Tag = dwarf::TagString(T->getTag()); in printModuleDebugInfo() 92 O << "unknown-tag(" << T->getTag() << ")"; in printModuleDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 413 static const char *getTag(); 461 static const char *getTag(); 529 static void *getTag() { in getTag() function 535 ID.AddPointer(getTag()); in Profile() 592 static const char *getTag();
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1089 CheckDI(N.getTag(), "invalid tag", &N); in visitGenericDINode() 1158 CheckDI(N.getTag() == dwarf::DW_TAG_base_type || in visitDIBasicType() 1174 CheckDI(N.getTag() == dwarf::DW_TAG_typedef || in visitDIDerivedType() 1184 N.getTag() == dwarf::DW_TAG_member || in visitDIDerivedType() 1187 N.getTag() == dwarf::DW_TAG_friend || in visitDIDerivedType() 1188 N.getTag() == dwarf::DW_TAG_set_type, in visitDIDerivedType() 1195 if (N.getTag() == dwarf::DW_TAG_set_type) { in visitDIDerivedType() 1244 CheckDI(N.getTag() == dwarf::DW_TAG_array_type || in visitDICompositeType() 1250 N.getTag() == dwarf::DW_TAG_namelist, in visitDICompositeType() 1283 CheckDI(N.getTag() == dwarf::DW_TAG_array_type, in visitDICompositeType() [all …]
|
| H A D | LLVMContextImpl.h | 351 return Tag == RHS->getTag() && Header == RHS->getRawHeader() && 478 return Tag == RHS->getTag() && Name == RHS->getRawName() && 506 : Tag(N->getTag()), Name(N->getRawName()), 514 return Tag == RHS->getTag() && Name == RHS->getRawName() && 556 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 564 return Tag == RHS->getTag() && Name == RHS->getRawName() && 618 return Tag == RHS->getTag() && Name == RHS->getRawName() && 663 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 677 return Tag == RHS->getTag() && Name == RHS->getRawName() && 1036 return Tag == RHS->getTag() && Name == RHS->getRawName() && [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervalUnion.h | 85 unsigned getTag() const { return Tag; } in getTag() function 144 Tag = NewLiveUnion.getTag(); in reset()
|