Home
last modified time | relevance | path

Searched refs:DW_TAG_variable (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp292 bool IsLocalVar = Tag == dwarf::DW_TAG_variable; in collectStatsForDie()
484 ChildTag == dwarf::DW_TAG_variable) { in collectAbstractOriginFnInfo()
655 } else if (Tag == dwarf::DW_TAG_variable) { in collectStatsRecursive()
753 ChildTag == dwarf::DW_TAG_variable) && in updateVarsWithAbstractOriginLocCovInfo()
800 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithAbstractOrigin()
840 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp396 case DW_TAG_variable: in GetContextEntry()
443 case DW_TAG_variable: in GetDeclContextImpl()
476 case DW_TAG_variable: in GetTypeLookupContextImpl()
H A DDWARFASTParser.cpp54 if (var_die.Tag() == DW_TAG_variable) in ParseChildArrayInfo()
H A DDebugNamesDWARFIndex.cpp183 if (entry.tag() != DW_TAG_variable) in GetGlobalVariables()
205 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
238 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
H A DManualDWARFIndex.cpp228 case DW_TAG_variable: in IndexUnitImpl()
390 case DW_TAG_variable: in IndexUnitImpl()
H A DDWARFDebugInfoEntry.cpp657 if (Tag() != DW_TAG_variable && Tag() != DW_TAG_member) in IsGlobalOrStaticScopeVariable()
H A DSymbolFileDWARF.cpp2346 if (die.Tag() != DW_TAG_variable && die.Tag() != DW_TAG_member) in FindGlobalVariables()
3371 if (tag != DW_TAG_variable && tag != DW_TAG_constant && in ParseVariableDIE()
3686 if (tag != DW_TAG_variable && tag != DW_TAG_constant && tag != DW_TAG_member) in ParseAndAppendGlobalVariable()
3834 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariablesInFunctionContextRecursive()
4391 if (dwarf_cu->HasAny({DW_TAG_variable, DW_TAG_formal_parameter})) in CalculateFrameVariableError()
H A DDWARFASTParserClang.cpp2903 assert(die.Tag() == DW_TAG_member || die.Tag() == DW_TAG_variable); in CreateStaticMemberVariable()
3174 case DW_TAG_variable: { in ParseChildMembers()
3261 case DW_TAG_variable: in GetClangDeclForDIE()
3292 case DW_TAG_variable: in GetClangDeclForDIE()
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp38 if (die.getTag() != dwarf::DW_TAG_variable) in DWARFCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h94 assert((DIE.getTag() == dwarf::DW_TAG_variable || in getVariableRelocAdjustment()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp236 case dwarf::DW_TAG_variable: in createElement()
338 case dwarf::DW_TAG_variable: in createElement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp77 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept()
H A DDWARFLinker.cpp419 assert((DIE.getTag() == dwarf::DW_TAG_variable || in getVariableRelocAdjustment()
625 case dwarf::DW_TAG_variable: in shouldKeepDIE()
1768 } else if (Abbrev->getTag() == dwarf::DW_TAG_variable) { in cloneDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h78 #define DW_TAG_variable 0x34 macro
H A Ddwarf_dump.c1531 case DW_TAG_variable: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp85 if (Child.getTag() == dwarf::DW_TAG_variable || in addFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h258 return dwarf::DW_TAG_variable; in getTag()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp338 if (Die.getTag() != dwarf::DW_TAG_variable) in isDIEOfProbe()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp559 case dwarf::DW_TAG_variable: { in addTypePrefix()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1575 tag != DW_TAG_variable) { in die_function_create()
1727 { DW_TAG_variable, DW_F_NOTDP, die_variable_create },
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1045 tag != DW_TAG_inlined_subroutine && tag != DW_TAG_variable) in search_line_attr()
1048 if (tag == DW_TAG_variable) { in search_line_attr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp780 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()
1924 case DW_TAG_variable: in verifyNameIndexCompleteness()
H A DDWARFUnit.cpp783 if (Die.getTag() != DW_TAG_variable) in updateVariableDieMap()

12