| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 103 if (entry.tag() != DW_TAG_variable) in GetGlobalVariables() 125 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables() 158 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
|
| H A D | DWARFASTParser.cpp | 54 if (var_die.Tag() == DW_TAG_variable) in ParseChildArrayInfo()
|
| H A D | DWARFDIE.cpp | 416 case DW_TAG_variable: in GetDeclContextImpl() 466 case DW_TAG_variable: in GetTypeLookupContext()
|
| H A D | ManualDWARFIndex.cpp | 219 case DW_TAG_variable: in IndexUnitImpl() 362 case DW_TAG_variable: in IndexUnitImpl()
|
| H A D | DWARFDebugInfoEntry.cpp | 706 if (Tag() != DW_TAG_variable) in IsGlobalOrStaticScopeVariable()
|
| H A D | SymbolFileDWARF.cpp | 2364 if (die.Tag() != DW_TAG_variable) in FindGlobalVariables() 3485 if (tag != DW_TAG_variable && tag != DW_TAG_constant && in ParseVariableDIE() 3791 if (tag != DW_TAG_variable && tag != DW_TAG_constant) in ParseAndAppendGlobalVariable() 3939 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariablesInFunctionContextRecursive() 4447 if (dwarf_cu->HasAny({DW_TAG_variable, DW_TAG_formal_parameter})) in CalculateFrameVariableError()
|
| H A D | DWARFASTParserClang.cpp | 2867 assert(die.Tag() == DW_TAG_member || die.Tag() == DW_TAG_variable); in CreateStaticMemberVariable() 3163 case DW_TAG_variable: { in ParseChildMembers() 3324 case DW_TAG_variable: in GetClangDeclForDIE() 3355 case DW_TAG_variable: in GetClangDeclForDIE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DependencyTracker.cpp | 174 case dwarf::DW_TAG_variable: { in collectRootsToKeep() 399 if (Entry.DieEntry->getTag() == dwarf::DW_TAG_variable) { in getFinalPlacementForEntry() 490 case dwarf::DW_TAG_variable: in markDIEEntryAsKeptRec() 544 case dwarf::DW_TAG_variable: in markDIEEntryAsKeptRec() 701 case dwarf::DW_TAG_variable: in getRootForSpecifiedEntry()
|
| H A D | DIEAttributeCloner.cpp | 392 (InputDieEntry->getTag() == dwarf::DW_TAG_variable || in cloneScalarAttr()
|
| H A D | SyntheticTypeNameBuilder.cpp | 560 case dwarf::DW_TAG_variable: { in addTypePrefix()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 281 bool IsLocalVar = Tag == dwarf::DW_TAG_variable; in collectStatsForDie() 473 ChildTag == dwarf::DW_TAG_variable) { in collectAbstractOriginFnInfo() 643 } else if (Tag == dwarf::DW_TAG_variable) { in collectStatsRecursive() 741 ChildTag == dwarf::DW_TAG_variable) && in updateVarsWithAbstractOriginLocCovInfo() 787 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithAbstractOrigin() 827 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
|
| /freebsd-14.2/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 38 if (die.getTag() != dwarf::DW_TAG_variable) in DWARFCache()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | AddressesMap.h | 94 assert((DIE.getTag() == dwarf::DW_TAG_variable || in getVariableRelocAdjustment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 77 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept()
|
| H A D | DWARFLinker.cpp | 408 assert((DIE.getTag() == dwarf::DW_TAG_variable || in getVariableRelocAdjustment() 614 case dwarf::DW_TAG_variable: in shouldKeepDIE() 1733 } else if (Abbrev->getTag() == dwarf::DW_TAG_variable) { in cloneDIE()
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf.h | 78 #define DW_TAG_variable 0x34 macro
|
| H A D | dwarf_dump.c | 1531 case DW_TAG_variable: in dwarf_get_TAG_name()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 46 case dwarf::DW_TAG_variable: in createElement() 148 case dwarf::DW_TAG_variable: in createElement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 87 if (Child.getTag() == dwarf::DW_TAG_variable || in addFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 258 return dwarf::DW_TAG_variable; in getTag()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 314 if (Die.getTag() != dwarf::DW_TAG_variable) in isDIEOfProbe()
|
| /freebsd-14.2/contrib/elftoolchain/nm/ |
| H A D | nm.c | 1045 tag != DW_TAG_inlined_subroutine && tag != DW_TAG_variable) in search_line_attr() 1048 if (tag == DW_TAG_variable) { in search_line_attr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 666 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute() 1605 case DW_TAG_variable: in verifyNameIndexCompleteness()
|
| H A D | DWARFUnit.cpp | 761 if (Die.getTag() != DW_TAG_variable) in updateVariableDieMap()
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | dwarf.c | 1579 tag != DW_TAG_variable) { in die_function_create() 1731 { DW_TAG_variable, DW_F_NOTDP, die_variable_create },
|