Searched refs:DW_TAG_reference_type (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp34 case DW_TAG_reference_type: return "DW_TAG_reference_type";
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp239 Tag == dwarf::DW_TAG_reference_type ||
H A DDwarfCompileUnit.cpp730 if (BaseType.getTag() == dwarf::DW_TAG_reference_type ||
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp445 case DW_TAG_reference_type : return TagCategoryType;
H A DDWARFDebugInfoEntry.cpp1747 case DW_TAG_reference_type: break; // print out a '&' after printing the full type below
1776 case DW_TAG_reference_type: s.PutChar('&'); break;
2096 case DW_TAG_reference_type : break;
H A DSymbolFileDWARF.cpp275 case DW_TAG_reference_type: add_type = (type_mask & eTypeClassReference ) != 0; break;
5743 case DW_TAG_reference_type:
5777 if (tag == DW_TAG_reference_type)
5821 case DW_TAG_reference_type: encoding_data_type = Type::eEncodingIsLValueReferenceUID; break;
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf.h42 #define DW_TAG_reference_type 0x10 macro
H A Ddwarf_dump.c346 case DW_TAG_reference_type:
347 return "DW_TAG_reference_type";
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h82 DW_TAG_reference_type = 0x10,
151 case DW_TAG_reference_type:
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h144 DW_TAG_reference_type = 0x10, enumerator in enum:dwarf_tag
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h144 DW_TAG_reference_type = 0x10, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4446 case DW_TAG_reference_type:
4447 return "DW_TAG_reference_type";
6239 case DW_TAG_reference_type:
6276 || c->die_tag == DW_TAG_reference_type
8551 mod_type_die = new_die (DW_TAG_reference_type, comp_unit_die, type);
12392 = new_die (DW_TAG_reference_type, scope_die_for (type, context_die), type);
14239 case DW_TAG_reference_type:
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp172 case dwarf::DW_TAG_reference_type:
453 Tag != dwarf::DW_TAG_reference_type &&
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c1981 case DW_TAG_reference_type:
3698 /* Extract all information from a DW_TAG_reference_type DIE and add to
6126 case DW_TAG_reference_type:
6454 case DW_TAG_reference_type:
6455 return "DW_TAG_reference_type";
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp643 if (Tag == llvm::dwarf::DW_TAG_reference_type ||
1818 return CreatePointerLikeType(llvm::dwarf::DW_TAG_reference_type,
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c470 case DW_TAG_reference_type: return "DW_TAG_reference_type";

Completed in 386 milliseconds