Home
last modified time | relevance | path

Searched refs:DW_TAG_variable (Results 1 – 25 of 29) 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()
654 } else if (Tag == dwarf::DW_TAG_variable) { in collectStatsRecursive()
752 ChildTag == dwarf::DW_TAG_variable) && in updateVarsWithAbstractOriginLocCovInfo()
798 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithAbstractOrigin()
838 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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 DDWARFDIE.cpp410 case DW_TAG_variable: in GetDeclContextImpl()
467 case DW_TAG_variable: in GetTypeLookupContextImpl()
H A DManualDWARFIndex.cpp222 case DW_TAG_variable: in IndexUnitImpl()
365 case DW_TAG_variable: in IndexUnitImpl()
H A DDWARFDebugInfoEntry.cpp631 if (Tag() != DW_TAG_variable) in IsGlobalOrStaticScopeVariable()
H A DSymbolFileDWARF.cpp2405 if (die.Tag() != DW_TAG_variable) in FindGlobalVariables()
3464 if (tag != DW_TAG_variable && tag != DW_TAG_constant && in ParseVariableDIE()
3771 if (tag != DW_TAG_variable && tag != DW_TAG_constant) in ParseAndAppendGlobalVariable()
3920 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariablesInFunctionContextRecursive()
4453 if (dwarf_cu->HasAny({DW_TAG_variable, DW_TAG_formal_parameter})) in CalculateFrameVariableError()
H A DDWARFASTParserClang.cpp2797 assert(die.Tag() == DW_TAG_member || die.Tag() == DW_TAG_variable); in CreateStaticMemberVariable()
3093 case DW_TAG_variable: { in ParseChildMembers()
3254 case DW_TAG_variable: in GetClangDeclForDIE()
3285 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/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/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/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp46 case dwarf::DW_TAG_variable: in createElement()
148 case dwarf::DW_TAG_variable: in createElement()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp87 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;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp314 if (Die.getTag() != dwarf::DW_TAG_variable) in isDIEOfProbe()
/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/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/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp745 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()
1787 case DW_TAG_variable: in verifyNameIndexCompleteness()
H A DDWARFUnit.cpp784 if (Die.getTag() != DW_TAG_variable) in updateVariableDieMap()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp419 assert((DIE.getTag() == dwarf::DW_TAG_variable || in getVariableRelocAdjustment()
625 case dwarf::DW_TAG_variable: in shouldKeepDIE()
1750 } else if (Abbrev->getTag() == dwarf::DW_TAG_variable) { in cloneDIE()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp725 getTag() == dwarf::DW_TAG_variable) && in getConstant()
1324 : DINode(C, ID, Storage, dwarf::DW_TAG_variable, Ops), Line(Line) { in DIVariable()
H A DVerifier.cpp1230 (N.getTag() == dwarf::DW_TAG_variable && N.isStaticMember()) || in visitDIDerivedType()
1602 CheckDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDIGlobalVariable()
1618 CheckDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDILocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1385 } else if (InputDieEntry->getTag() == dwarf::DW_TAG_variable) { in createPlainDIEandCloneAttributes()

12