Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp90 if (entry.tag() != DW_TAG_variable) in GetGlobalVariables()
111 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
133 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
H A DManualDWARFIndex.cpp178 case DW_TAG_variable: in IndexUnitImpl()
321 case DW_TAG_variable: in IndexUnitImpl()
H A DDWARFDIE.cpp406 case DW_TAG_variable: in GetDeclContext()
H A DDWARFDebugInfoEntry.cpp863 if (Tag() != DW_TAG_variable) in IsGlobalOrStaticScopeVariable()
H A DDWARFASTParserClang.cpp3037 if (var_die.Tag() == DW_TAG_variable) in ParseChildArrayInfo()
3126 case DW_TAG_variable: in GetClangDeclForDIE()
3157 case DW_TAG_variable: in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp2068 if (die.Tag() != DW_TAG_variable) in FindGlobalVariables()
3052 if (tag != DW_TAG_variable && tag != DW_TAG_constant && in ParseVariableDIE()
3454 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariables()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp243 bool IsLocalVar = Tag == dwarf::DW_TAG_variable; in collectStatsForDie()
434 ChildTag == dwarf::DW_TAG_variable) in collectAbstractOriginFnInfo()
596 } else if (Tag == dwarf::DW_TAG_variable) { in collectStatsRecursive()
661 ChildTag == dwarf::DW_TAG_variable) && in updateVarsWithAbstractOriginLocCovInfo()
699 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithAbstractOrigin()
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DDWARF.cpp38 if (die.getTag() != dwarf::DW_TAG_variable) in DWARFCache()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp53 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept()
H A DDWARFLinker.cpp523 case dwarf::DW_TAG_variable: in shouldKeepDIE()
1326 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Ddwarf.h78 #define DW_TAG_variable 0x34 macro
H A Ddwarf_dump.c1407 case DW_TAG_variable: in dwarf_get_TAG_name()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp79 if (Child.getTag() == dwarf::DW_TAG_variable || in addFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h193 return dwarf::DW_TAG_variable; in getTag()
H A DDwarfDebug.cpp2391 case dwarf::DW_TAG_variable: in computeIndexValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp529 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()
1438 case DW_TAG_variable: in verifyNameIndexCompleteness()
H A DDWARFContext.cpp1150 if (Die.getTag() == DW_TAG_variable || in addLocalsForDie()
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1576 tag != DW_TAG_variable) { in die_function_create()
1728 { DW_TAG_variable, DW_F_NOTDP, die_variable_create },
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1396 AssertDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDIGlobalVariable()
1412 AssertDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDILocalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2496 : DINode(C, ID, Storage, dwarf::DW_TAG_variable, Ops), Line(Line), in DINode() argument