Searched refs:DW_TAG_union_type (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp58 case DW_TAG_union_type:
H A DDWARFDeclContext.cpp50 else if (pos->tag == DW_TAG_union_type)
H A DDWARFCompileUnit.cpp624 case DW_TAG_union_type:
855 case DW_TAG_union_type:
H A DDWARFDebugInfoEntry.cpp1756 case DW_TAG_union_type: s.PutCString("union "); break;
1947 case DW_TAG_union_type:
2035 case DW_TAG_union_type:
2102 case DW_TAG_union_type : break;
H A DDWARFDefines.cpp451 case DW_TAG_union_type : return TagCategoryType;
H A DSymbolFileDWARF.cpp94 // case DW_TAG_union_type:
268 case DW_TAG_union_type: add_type = (type_mask & eTypeClassUnion ) != 0; break;
2316 case DW_TAG_union_type:
2412 case DW_TAG_union_type:
2437 else if (tag == DW_TAG_union_type)
4702 case DW_TAG_union_type:
4746 case DW_TAG_union_type:
5932 case DW_TAG_union_type:
6048 else if (tag == DW_TAG_union_type)
6275 case DW_TAG_union_type
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp40 case DW_TAG_union_type: return "DW_TAG_union_type";
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf.h48 #define DW_TAG_union_type 0x17 macro
H A Ddwarf_dump.c374 case DW_TAG_union_type:
375 return "DW_TAG_union_type";
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h88 DW_TAG_union_type = 0x17,
156 case DW_TAG_union_type:
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h150 DW_TAG_union_type = 0x17, enumerator in enum:dwarf_tag
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h150 DW_TAG_union_type = 0x17, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4458 case DW_TAG_union_type:
4459 return "DW_TAG_union_type";
6243 case DW_TAG_union_type:
11182 || context_die->die_tag == DW_TAG_union_type
11447 dw_die_ref type_die = new_die (DW_TAG_union_type, context_die, type);
12589 ? DW_TAG_structure_type : DW_TAG_union_type,
13349 DW_TAG_union_type, or DW_TAG_enumeration_type DIE here. */
14244 case DW_TAG_union_type:
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1154 case dwarf::DW_TAG_union_type:
1204 case dwarf::DW_TAG_union_type:
1289 Tag == dwarf::DW_TAG_structure_type || Tag == dwarf::DW_TAG_union_type)
1304 Tag == dwarf::DW_TAG_union_type) {
H A DDwarfDebug.cpp2428 case dwarf::DW_TAG_union_type:
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c1384 case DW_TAG_union_type:
1543 case DW_TAG_union_type:
1608 case DW_TAG_union_type:
1957 case DW_TAG_union_type:
3045 else if (die->tag == DW_TAG_union_type)
5755 case DW_TAG_union_type:
6104 case DW_TAG_union_type:
6468 case DW_TAG_union_type:
6469 return "DW_TAG_union_type";
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp195 case dwarf::DW_TAG_union_type:
1293 getTag() == dwarf::DW_TAG_union_type ||
H A DDIBuilder.cpp685 GetTagConstant(VMContext, dwarf::DW_TAG_union_type),
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1730 { DW_TAG_union_type, 0, die_union_create },
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c476 case DW_TAG_union_type: return "DW_TAG_union_type";
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp627 Tag = llvm::dwarf::DW_TAG_union_type;

Completed in 486 milliseconds