Home
last modified time | relevance | path

Searched refs:getTag (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp70 if (Die.getTag() == dwarf::DW_TAG_call_site) { in collectStatsForDie()
75 if (Die.getTag() != dwarf::DW_TAG_formal_parameter && in collectStatsForDie()
76 Die.getTag() != dwarf::DW_TAG_variable && in collectStatsForDie()
77 Die.getTag() != dwarf::DW_TAG_member) { in collectStatsForDie()
87 if (Die.getTag() == dwarf::DW_TAG_member) { in collectStatsForDie()
152 const dwarf::Tag Tag = Die.getTag(); in collectStatsRecursive()
159 if (Die.getTag() == dwarf::DW_TAG_subprogram || in collectStatsRecursive()
160 Die.getTag() == dwarf::DW_TAG_inlined_subroutine) in collectStatsRecursive()
219 if (Child.getTag() == dwarf::DW_TAG_lexical_block) in collectStatsRecursive()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp179 if (Die.getTag() == DW_TAG_null) in verifyUnitContents()
207 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents()
228 if (Die.getTag() != DW_TAG_call_site) in verifyDebugInfoCallSite()
233 if (Curr.getTag() == DW_TAG_inlined_subroutine) { in verifyDebugInfoCallSite()
524 auto DieTag = Die.getTag(); in verifyDebugInfoAttribute()
525 auto RefTag = ReferencedDie.getTag(); in verifyDebugInfoAttribute()
542 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
1204 else if (DIE.getTag() == dwarf::DW_TAG_namespace) in getNames()
1265 if (DIE.getTag() != EntryOr->tag()) { in verifyNameIndexEntries()
1269 DIE.getTag()); in verifyNameIndexEntries()
[all …]
H A DDWARFDie.cpp152 if (C.getTag() == DW_TAG_subrange_type) { in dumpArrayType()
207 const dwarf::Tag T = D.getTag(); in dumpTypeName()
231 if (C.getTag() == DW_TAG_formal_parameter) { in dumpTypeName()
366 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE()
369 auto Tag = getTag(); in isSubroutineDIE()
595 << formatv("{0}", getTag()); in dump()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp93 assert(Cur->getTag() == dwarf::DW_TAG_compile_unit || in addParentContext()
94 Cur->getTag() == dwarf::DW_TAG_type_unit); in addParentContext()
107 addULEB128(Die.getTag()); in addParentContext()
334 hashAttributes(Attrs, Die.getTag()); in addAttributes()
343 addULEB128(Die.getTag()); in hashNestedType()
355 addULEB128(Die.getTag()); in computeHash()
364 if (isType(C.getTag()) || C.getTag() == dwarf::DW_TAG_subprogram) { in computeHash()
H A DDwarfUnit.cpp442 if (CTy->getTag() == dwarf::DW_TAG_enumeration_type) in isUnsignedDIType()
451 dwarf::Tag T = (dwarf::Tag)Ty->getTag(); in isUnsignedDIType()
478 (Ty->getTag() == dwarf::DW_TAG_unspecified_type && in isUnsignedDIType()
484 Ty->getTag() == dwarf::DW_TAG_unspecified_type; in isUnsignedDIType()
735 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type) in constructTypeDIE()
754 uint16_t Tag = Buffer.getTag(); in constructTypeDIE()
841 uint16_t Tag = Buffer.getTag(); in constructTypeDIE()
876 if (DDTy->getTag() == dwarf::DW_TAG_friend) { in constructTypeDIE()
1004 DIE &ParamDIE = createAndAddDIE(VP->getTag(), Buffer); in constructTemplateValueParameterDIE()
1398 DIE &MemberDie = createAndAddDIE(DT->getTag(), Buffer); in constructMemberDIE()
[all …]
H A DCodeViewDebug.cpp254 switch (Scope->getTag()) { in getPrettyScopeName()
1383 switch (Scope->getTag()) { in shouldEmitUdt()
1434 switch (Ty->getTag()) { in lowerType()
1655 switch (Ty->getTag()) { in lowerTypePointer()
1748 switch (BaseTy->getTag()) { in lowerTypeModifier()
1775 switch (BaseTy->getTag()) { in lowerTypeModifier()
1927 switch (Ty->getTag()) { in getRecordKind()
1973 switch (Ty->getTag()) { in addUDTSrcLine()
2084 switch (Ty->getTag()) { in collectMemberInfo()
2464 switch (Ty->getTag()) { in getCompleteTypeIndex()
[all …]
H A DDebugHandlerBase.cpp151 unsigned Tag = DDTy->getTag(); in getBaseTypeSize()
166 if (BaseType->getTag() == dwarf::DW_TAG_reference_type || in getBaseTypeSize()
167 BaseType->getTag() == dwarf::DW_TAG_rvalue_reference_type) in getBaseTypeSize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp49 static void *getTag() { in getTag() function in __anonf6fa03e10111::ChrootChecker
93 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in Chroot()
102 const void *k = state->FindGDM(ChrootChecker::getTag()); in Chdir()
115 state = Mgr.addGDM(state, ChrootChecker::getTag(), in Chdir()
140 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreStmt()
H A DInnerPointerChecker.cpp49 static void *getTag() { in getTag() function in __anon7d925b6f0111::InnerPointerChecker::InnerPointerBRVisitor
55 ID.AddPointer(getTag()); in Profile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h133 static const char *getTag();
176 static const char *getTag();
226 static void *getTag() { in getTag() function
232 ID.AddPointer(getTag()); in Profile()
290 static const char *getTag();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h50 dwarf::Tag getTag() const { in getTag() function
51 return AbbrevDecl ? AbbrevDecl->getTag() : dwarf::DW_TAG_null; in getTag()
H A DDWARFAcceleratorTable.h62 virtual Optional<dwarf::Tag> getTag() const = 0;
134 Optional<dwarf::Tag> getTag() const override;
289 Optional<dwarf::Tag> getTag() const override { return tag(); } in getTag() function
H A DDWARFDie.h72 dwarf::Tag getTag() const { in getTag() function
75 return AbbrevDecl->getTag(); in getTag()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp871 AssertDI(N.getTag(), "invalid tag", &N); in visitGenericDINode()
894 AssertDI(N.getTag() == dwarf::DW_TAG_base_type || in visitDIBasicType()
905 AssertDI(N.getTag() == dwarf::DW_TAG_typedef || in visitDIDerivedType()
910 N.getTag() == dwarf::DW_TAG_const_type || in visitDIDerivedType()
914 N.getTag() == dwarf::DW_TAG_member || in visitDIDerivedType()
916 N.getTag() == dwarf::DW_TAG_friend, in visitDIDerivedType()
918 if (N.getTag() == dwarf::DW_TAG_ptr_to_member_type) { in visitDIDerivedType()
928 AssertDI(N.getTag() == dwarf::DW_TAG_pointer_type || in visitDIDerivedType()
956 AssertDI(N.getTag() == dwarf::DW_TAG_array_type || in visitDICompositeType()
985 if (N.getTag() == dwarf::DW_TAG_class_type || in visitDICompositeType()
[all …]
H A DLLVMContextImpl.h312 : MDNodeOpsKey(N, 1), Tag(N->getTag()), Header(N->getRawHeader()) {}
315 return Tag == RHS->getTag() && Header == RHS->getRawHeader() &&
393 return Tag == RHS->getTag() && Name == RHS->getRawName() &&
429 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()),
437 return Tag == RHS->getTag() && Name == RHS->getRawName() &&
490 return Tag == RHS->getTag() && Name == RHS->getRawName() &&
526 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()),
537 return Tag == RHS->getTag() && Name == RHS->getRawName() &&
845 : Tag(N->getTag()), Name(N->getRawName()), Type(N->getRawType()),
849 return Tag == RHS->getTag() && Name == RHS->getRawName() &&
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h105 static const void *getTag();
118 static const void *getTag();
H A DPostOrderCFGView.h110 static const void *getTag();
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp116 auto Tag = dwarf::TagString(T->getTag()); in print()
120 O << "unknown-tag(" << T->getTag() << ")"; in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp711 void* getTag() const { in getTag() function in __anona9edee720111::MacroNullReturnSuppressionVisitor
717 ID.AddPointer(getTag()); in Profile()
773 static void *getTag() { in getTag() function in __anona9edee720111::ReturnVisitor
779 ID.AddPointer(ReturnVisitor::getTag()); in Profile()
1397 X->setTag(getTag()); in VisitNode()
1809 const char *ConditionBRVisitor::getTag() { in getTag() function in ConditionBRVisitor
1818 piece->setTag(getTag()); in VisitNode()
2251 BR.markInvalid(getTag(), nullptr); in finalizeVisitor()
2263 BR.markInvalid(getTag(), nullptr); in finalizeVisitor()
2314 BR.markInvalid(getTag(), nullptr); in finalizeVisitor()
[all …]
H A DExprEngineObjC.cpp202 bool HasTag = Pred->getLocation().getTag(); in VisitObjCMessage()
223 bool HasTag = Pred->getLocation().getTag(); in VisitObjCMessage()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h85 unsigned getTag() const { return Tag; } in getTag() function
127 Tag = NewLiveUnion.getTag(); in reset()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h201 (Tag ? Tag : Location.getTag()));
214 return addTransition(State, (Tag ? Tag : Location.getTag()));
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DPointerSumType.h120 TagT getTag() const { in getTag() function
124 template <TagT N> bool is() const { return N == getTag(); } in is()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DPostOrderCFGView.cpp40 const void *PostOrderCFGView::getTag() { static int x; return &x; } in getTag() function in PostOrderCFGView
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp659 static Optional<unsigned> getTag(const TargetRegisterInfo *TRI, in getTag() function
685 Optional<unsigned> Tag = getTag(TRI, MI, *LInfo); in runOnLoop()
726 Optional<unsigned> OptOldTag = getTag(TRI, MI, LdI); in runOnLoop()
757 unsigned NewTag = *getTag(TRI, MI, NewLdI); in runOnLoop()

123