Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp98 if (entry.tag() != DW_TAG_variable) in GetGlobalVariables()
117 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
137 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
H A DManualDWARFIndex.cpp138 case DW_TAG_variable: in IndexUnitImpl()
197 if (tag == DW_TAG_variable) { in IndexUnitImpl()
335 case DW_TAG_variable: in IndexUnitImpl()
H A DDWARFDIE.cpp205 case DW_TAG_variable: in GetDeclContext()
H A DDWARFDefines.cpp611 case DW_TAG_variable: in get_tag_category()
H A DSymbolFileDWARF.cpp2124 case DW_TAG_variable: { in FindGlobalVariables()
3237 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariableDIE()
3695 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariables()
H A DDWARFASTParserClang.cpp3479 if (var_die.Tag() == DW_TAG_variable) in ParseChildArrayInfo()
3570 case DW_TAG_variable: in GetClangDeclForDIE()
3601 case DW_TAG_variable: in GetClangDeclForDIE()
H A DDWARFDebugInfoEntry.cpp1656 case DW_TAG_variable: in LookupAddress()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp76 Die.getTag() != dwarf::DW_TAG_variable && in collectStatsForDie()
/freebsd-12.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-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp190 Die.getTag() == DW_TAG_variable || in verifyUnitContents()
530 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()
1413 case DW_TAG_variable: in verifyNameIndexCompleteness()
/freebsd-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h179 DW_TAG_variable = 0x34, enumerator
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h179 DW_TAG_variable = 0x34, enumerator
H A Ddwarf2out.c4513 case DW_TAG_variable: in dwarf_tag_name()
10749 decl_die = new_die (DW_TAG_variable, ctx, bound); in add_bound_info()
12078 dw_die_ref var_die = new_die (DW_TAG_variable, context_die, decl); in gen_variable_die()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h187 return dwarf::DW_TAG_variable; in getTag()
H A DDwarfDebug.cpp1791 case dwarf::DW_TAG_variable: in computeIndexValue()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c1382 case DW_TAG_variable: in scan_partial_symbols()
1493 case DW_TAG_variable: in add_partial_symbol()
2689 else if (die->tag == DW_TAG_member || die->tag == DW_TAG_variable) in dwarf2_add_field()
3084 || child_die->tag == DW_TAG_variable) in read_structure_type()
3193 || child_die->tag == DW_TAG_variable in process_structure_scope()
5685 case DW_TAG_variable: in new_symbol()
6526 case DW_TAG_variable: in dwarf_tag_name()
/freebsd-12.1/contrib/elftoolchain/nm/
H A Dnm.c1005 tag != DW_TAG_inlined_subroutine && tag != DW_TAG_variable) in search_line_attr()
1008 if (tag == DW_TAG_variable) { in search_line_attr()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1568 tag != DW_TAG_variable) { in die_function_create()
1720 { DW_TAG_variable, DW_F_NOTDP, die_variable_create },
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp148 if (Die.getTag() != dwarf::DW_TAG_variable) in initializeDwarf()
/freebsd-12.1/contrib/binutils/bfd/
H A Ddwarf2.c1728 if (abbrev->tag == DW_TAG_variable) in scan_unit_for_symbols()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp1226 AssertDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDIGlobalVariable()
1241 AssertDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDILocalVariable()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c505 case DW_TAG_variable: return "DW_TAG_variable"; in get_TAG_name()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2282 : DINode(C, ID, Storage, dwarf::DW_TAG_variable, Ops), Line(Line),