| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 98 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 D | ManualDWARFIndex.cpp | 138 case DW_TAG_variable: in IndexUnitImpl() 197 if (tag == DW_TAG_variable) { in IndexUnitImpl() 335 case DW_TAG_variable: in IndexUnitImpl()
|
| H A D | DWARFDIE.cpp | 205 case DW_TAG_variable: in GetDeclContext()
|
| H A D | DWARFDefines.cpp | 611 case DW_TAG_variable: in get_tag_category()
|
| H A D | SymbolFileDWARF.cpp | 2124 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 D | DWARFASTParserClang.cpp | 3479 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 D | DWARFDebugInfoEntry.cpp | 1656 case DW_TAG_variable: in LookupAddress()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 76 Die.getTag() != dwarf::DW_TAG_variable && in collectStatsForDie()
|
| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf.h | 78 #define DW_TAG_variable 0x34 macro
|
| H A D | dwarf_dump.c | 1407 case DW_TAG_variable: in dwarf_get_TAG_name()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 190 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 D | dwarf2.h | 179 DW_TAG_variable = 0x34, enumerator
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | dwarf2.h | 179 DW_TAG_variable = 0x34, enumerator
|
| H A D | dwarf2out.c | 4513 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 D | DwarfDebug.h | 187 return dwarf::DW_TAG_variable; in getTag()
|
| H A D | DwarfDebug.cpp | 1791 case dwarf::DW_TAG_variable: in computeIndexValue()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2read.c | 1382 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 D | nm.c | 1005 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 D | dwarf.c | 1568 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 D | InputFiles.cpp | 148 if (Die.getTag() != dwarf::DW_TAG_variable) in initializeDwarf()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | dwarf2.c | 1728 if (abbrev->tag == DW_TAG_variable) in scan_unit_for_symbols()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1226 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 D | dwarf.c | 505 case DW_TAG_variable: return "DW_TAG_variable"; in get_TAG_name()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2282 : DINode(C, ID, Storage, dwarf::DW_TAG_variable, Ops), Line(Line),
|