HomeSort by relevance Sort by last modified time
    Searched refs:DW_TAG_union_type (Results 1 - 25 of 37) sorted by null

1 2

  /external/elfutils/src/backends/
alpha_retval.c 138 case DW_TAG_union_type:
arm_retval.c 115 case DW_TAG_union_type:
i386_retval.c 131 case DW_TAG_union_type:
ia64_retval.c 156 case DW_TAG_union_type:;
184 if (tag == DW_TAG_union_type)
202 if (tag == DW_TAG_union_type)
340 case DW_TAG_union_type:
s390_retval.c 134 case DW_TAG_union_type:
sparc_retval.c 147 case DW_TAG_union_type:
tilegx_retval.c 119 case DW_TAG_union_type:
x86_64_retval.c 174 case DW_TAG_union_type:
aarch64_retval.c 118 case DW_TAG_union_type:
130 || tag == DW_TAG_union_type || tag == DW_TAG_array_type);
282 if (tag == DW_TAG_structure_type || tag == DW_TAG_union_type
ppc64_retval.c 147 case DW_TAG_union_type:
ppc_retval.c 179 case DW_TAG_union_type:
  /external/lldb/source/Plugins/SymbolFile/DWARF/
UniqueDWARFASTType.cpp 58 case DW_TAG_union_type:
DWARFDeclContext.cpp 50 else if (pos->tag == DW_TAG_union_type)
DWARFDebugInfoEntry.cpp     [all...]
DWARFDefines.cpp 451 case DW_TAG_union_type : return TagCategoryType;
DWARFCompileUnit.cpp 648 case DW_TAG_union_type:
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_utils.cc 183 DWARF_NAMEFY(DW_TAG_union_type);
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 513 if (tag != DW_TAG_structure_type && tag != DW_TAG_union_type) {
528 if (tag != DW_TAG_structure_type && tag != DW_TAG_union_type) {
557 if (tag == DW_TAG_union_type) {
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc     [all...]
dwarf_cu_to_module.cc 597 case dwarf2reader::DW_TAG_union_type:
761 case dwarf2reader::DW_TAG_union_type:
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 76 case DW_TAG_union_type:
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 614 T == dwarf::DW_TAG_union_type)
    [all...]
  /art/compiler/dwarf/
dwarf_constants.h 46 DW_TAG_union_type = 0x17,
  /external/elfutils/src/libdw/
dwarf.h 51 DW_TAG_union_type = 0x17,
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 58 DW_TAG_union_type = 0x17,

Completed in 117 milliseconds

1 2