| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ChrootChecker.cpp | 50 static void *getTag() { in getTag() function in __anon6b37d9060111::ChrootChecker 84 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in evalChroot() 93 const void *k = state->FindGDM(ChrootChecker::getTag()); in evalChdir() 106 state = Mgr.addGDM(state, ChrootChecker::getTag(), in evalChdir() 122 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 91 assert(Cur->getTag() == dwarf::DW_TAG_compile_unit || in addParentContext() 92 Cur->getTag() == dwarf::DW_TAG_type_unit); in addParentContext() 105 addULEB128(Die.getTag()); in addParentContext() 343 hashAttributes(Attrs, Die.getTag()); in addAttributes() 352 addULEB128(Die.getTag()); in hashNestedType() 364 addULEB128(Die.getTag()); in computeHash() 373 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
|
| H A D | DebugHandlerBase.cpp | 154 unsigned Tag = DDTy->getTag(); in getBaseTypeSize() 169 if (BaseType->getTag() == dwarf::DW_TAG_reference_type || in getBaseTypeSize() 170 BaseType->getTag() == dwarf::DW_TAG_rvalue_reference_type) in getBaseTypeSize() 186 if (CTy->getTag() == dwarf::DW_TAG_enumeration_type) in isUnsignedDIType() 195 dwarf::Tag T = (dwarf::Tag)Ty->getTag(); in isUnsignedDIType() 221 (Ty->getTag() == dwarf::DW_TAG_unspecified_type && in isUnsignedDIType() 227 Ty->getTag() == dwarf::DW_TAG_unspecified_type; in isUnsignedDIType()
|
| H A D | DwarfUnit.cpp | 561 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in createTypeDIE() 572 DIE &TyDIE = createAndAddDIE(Ty->getTag(), ContextDIE, Ty); in createTypeDIE() 695 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type) in constructTypeDIE() 698 if (BTy->getTag() != dwarf::DW_TAG_string_type) in constructTypeDIE() 746 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 841 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 881 if (DDTy->getTag() == dwarf::DW_TAG_friend) { in constructTypeDIE() 1013 DIE &ParamDIE = createAndAddDIE(VP->getTag(), Buffer); in constructTemplateValueParameterDIE() 1493 if (Element->getTag() == dwarf::DW_TAG_subrange_type) in constructArrayTypeDIE() 1545 DIE &MemberDie = createAndAddDIE(DT->getTag(), Buffer); in constructMemberDIE() [all …]
|
| H A D | CodeViewDebug.cpp | 268 switch (Scope->getTag()) { in getPrettyScopeName() 1485 switch (Scope->getTag()) { in shouldEmitUdt() 1539 switch (Ty->getTag()) { in lowerType() 1764 switch (Ty->getTag()) { in lowerTypePointer() 1858 switch (BaseTy->getTag()) { in lowerTypeModifier() 1885 switch (BaseTy->getTag()) { in lowerTypeModifier() 2037 switch (Ty->getTag()) { in getRecordKind() 2086 switch (Ty->getTag()) { in addUDTSrcLine() 2207 switch (Ty->getTag()) { in collectMemberInfo() 2589 switch (Ty->getTag()) { in getCompleteTypeIndex() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 167 if (Die.getTag() == DW_TAG_null) in verifyUnitContents() 178 warn() << dwarf::TagString(Die.getTag()) in verifyUnitContents() 194 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents() 223 if (Die.getTag() != DW_TAG_call_site && Die.getTag() != DW_TAG_GNU_call_site) in verifyDebugInfoCallSite() 228 if (Curr.getTag() == DW_TAG_inlined_subroutine) { in verifyDebugInfoCallSite() 523 auto DieTag = Die.getTag(); in verifyDebugInfoAttribute() 524 auto RefTag = ReferencedDie.getTag(); in verifyDebugInfoAttribute() 544 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute() 1303 if (DIE.getTag() != EntryOr->tag()) { in verifyNameIndexEntries() 1307 DIE.getTag()); in verifyNameIndexEntries() [all …]
|
| H A D | DWARFDie.cpp | 121 if (C.getTag() == DW_TAG_subrange_type) { in dumpArrayType() 176 const dwarf::Tag T = D.getTag(); in dumpTypeName() 200 if (C.getTag() == DW_TAG_formal_parameter) { in dumpTypeName() 348 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() 351 auto Tag = getTag(); in isSubroutineDIE() 643 << formatv("{0}", getTag()); in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 46 unsigned Tag = DIE.getTag(); in getChildDeclContext() 62 if ((Context.getTag() == dwarf::DW_TAG_namespace || in getChildDeclContext() 63 Context.getTag() == dwarf::DW_TAG_compile_unit) && in getChildDeclContext() 183 Context.getTag() != dwarf::DW_TAG_structure_type && in getChildDeclContext() 184 Context.getTag() != dwarf::DW_TAG_class_type) || in getChildDeclContext()
|
| H A D | DWARFLinkerCompileUnit.cpp | 17 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope() 53 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept() 54 DIE.getTag() != dwarf::DW_TAG_constant) in markEverythingAsKept() 118 if (Die.getTag() != dwarf::DW_TAG_compile_unit) in noteRangeAttribute()
|
| H A D | DWARFLinker.cpp | 176 if (Die.getTag() == dwarf::DW_TAG_lexical_block) in getDIENames() 285 (isTypeTag(Die.getTag()) && in updatePruning() 483 if (DIE.getTag() == dwarf::DW_TAG_label) { in shouldKeepSubprogramDIE() 521 switch (DIE.getTag()) { in shouldKeepDIE() 549 switch (Die.getTag()) { in updateChildIncompleteness() 568 switch (Die.getTag()) { in updateRefIncompleteness() 1094 Die.getTag() == dwarf::DW_TAG_label) { in cloneAddressAttribute() 1122 if (Die.getTag() == dwarf::DW_TAG_call_site) in cloneAddressAttribute() 1356 assert(Die->getTag() == InputDIE.getTag()); in cloneDIE() 1446 uint16_t Tag = InputDIE.getTag(); in cloneDIE() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoEntry.h | 49 dwarf::Tag getTag() const { in getTag() function 50 return AbbrevDecl ? AbbrevDecl->getTag() : dwarf::DW_TAG_null; in getTag()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 240 if (!SkipDIDerivedTag(DTy->getTag(), skipTypedef)) in stripQualifiers() 249 if (!SkipDIDerivedTag(DTy->getTag(), true)) in stripQualifiers() 261 if (Element->getTag() == dwarf::DW_TAG_subrange_type) { in calcArraySize() 441 if (PtrTy->getTag() != dwarf::DW_TAG_pointer_type) in IsValidAIChain() 451 uint32_t PTyTag = PTy->getTag(); in IsValidAIChain() 456 uint32_t CTyTag = CTy->getTag(); in IsValidAIChain() 615 uint32_t Tag = CTy->getTag(); in GetFieldInfo() 822 assert(CTy->getTag() == dwarf::DW_TAG_array_type); in computeBaseAndAccessKey() 831 assert(DTy->getTag() == dwarf::DW_TAG_pointer_type); in computeBaseAndAccessKey() 853 unsigned CTag = CTy->getTag(); in computeBaseAndAccessKey() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | LiveVariables.h | 105 static const void *getTag(); 119 static const void *getTag();
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 405 static const char *getTag(); 450 static const char *getTag(); 522 static void *getTag() { in getTag() function 528 ID.AddPointer(getTag()); in Profile() 585 static const char *getTag();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 936 AssertDI(N.getTag(), "invalid tag", &N); in visitGenericDINode() 1005 AssertDI(N.getTag() == dwarf::DW_TAG_base_type || in visitDIBasicType() 1021 AssertDI(N.getTag() == dwarf::DW_TAG_typedef || in visitDIDerivedType() 1030 N.getTag() == dwarf::DW_TAG_member || in visitDIDerivedType() 1032 N.getTag() == dwarf::DW_TAG_friend || in visitDIDerivedType() 1033 N.getTag() == dwarf::DW_TAG_set_type, in visitDIDerivedType() 1040 if (N.getTag() == dwarf::DW_TAG_set_type) { in visitDIDerivedType() 1089 AssertDI(N.getTag() == dwarf::DW_TAG_array_type || in visitDICompositeType() 1127 AssertDI(N.getTag() == dwarf::DW_TAG_array_type, in visitDICompositeType() 1132 AssertDI(N.getTag() == dwarf::DW_TAG_array_type, in visitDICompositeType() [all …]
|
| H A D | LLVMContextImpl.h | 293 return Tag == RHS->getTag() && Header == RHS->getRawHeader() && 418 return Tag == RHS->getTag() && Name == RHS->getRawName() && 446 : Tag(N->getTag()), Name(N->getRawName()), 453 return Tag == RHS->getTag() && Name == RHS->getRawName() && 485 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 493 return Tag == RHS->getTag() && Name == RHS->getRawName() && 546 return Tag == RHS->getTag() && Name == RHS->getRawName() && 589 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 603 return Tag == RHS->getTag() && Name == RHS->getRawName() && 957 return Tag == RHS->getTag() && Name == RHS->getRawName() && [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 230 const dwarf::Tag Tag = Die.getTag(); in collectStatsForDie() 432 const dwarf::Tag ChildTag = Child.getTag(); in collectAbstractOriginFnInfo() 455 const dwarf::Tag Tag = Die.getTag(); in collectStatsRecursive() 569 if (Child.getTag() == dwarf::DW_TAG_lexical_block) in collectStatsRecursive() 571 if (Child.getTag() == dwarf::DW_TAG_formal_parameter) in collectStatsRecursive() 592 auto Tag = FnDie.getTag(); in collectStatsRecursive() 659 const dwarf::Tag ChildTag = Child.getTag(); in updateVarsWithAbstractOriginLocCovInfo() 695 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 209 (Tag ? Tag : Location.getTag())); 222 return addTransition(State, (Tag ? Tag : Location.getTag())); 238 return addTransition(State, Pred, (Tag ? Tag : Location.getTag()));
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervalUnion.h | 85 unsigned getTag() const { return Tag; } in getTag() function 137 Tag = NewLiveUnion.getTag(); in reset()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 393 void *getTag() const { in getTag() function in __anon24f5a0d70111::NoStoreFuncVisitor 702 R.markInvalid(getTag(), nullptr); in maybeEmitNote() 862 void* getTag() const { in getTag() function in __anon24f5a0d70211::MacroNullReturnSuppressionVisitor 868 ID.AddPointer(getTag()); in Profile() 929 static void *getTag() { in getTag() function in __anon24f5a0d70311::ReturnVisitor 935 ID.AddPointer(ReturnVisitor::getTag()); in Profile() 1638 X->setTag(getTag()); in VisitNode() 2493 piece->setTag(getTag()); in VisitNode() 3038 BR.markInvalid(getTag(), nullptr); in finalizeVisitor() 3050 BR.markInvalid(getTag(), nullptr); in finalizeVisitor() [all …]
|
| H A D | ExprEngineObjC.cpp | 198 bool HasTag = Pred->getLocation().getTag(); in VisitObjCMessage() 219 bool HasTag = Pred->getLocation().getTag(); in VisitObjCMessage()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 100 if (Die.getTag() == dwarf::DW_TAG_inlined_subroutine) in GetParentDeclContextDIE() 107 switch (ParentDie.getTag()) { in GetParentDeclContextDIE() 188 switch (Die.getTag()) { in hasInlineInfo() 213 dwarf::Tag Tag = Die.getTag(); in parseInlineInfo() 354 switch (Die.getTag()) { in handleDie()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PostOrderCFGView.cpp | 40 const void *PostOrderCFGView::getTag() { static int x; return &x; } in getTag() function in PostOrderCFGView
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PointerSumType.h | 119 TagT getTag() const { in getTag() function 123 template <TagT N> bool is() const { return N == getTag(); } in is()
|