Searched refs:DW_FORM_data1 (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp279 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
282 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
464 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_reg0 + DWReg);
466 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_regx);
479 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_fbreg);
481 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_breg0 + DWReg);
483 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx);
500 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
533 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
537 addUInt(Block, dwarf::DW_FORM_data1, dwar
[all...]
H A DDIE.h238 if ((char)Int == SignedInt) return dwarf::DW_FORM_data1;
242 if ((unsigned char)Int == Int) return dwarf::DW_FORM_data1;
H A DDIE.cpp223 case dwarf::DW_FORM_data1: Size = 1; break;
249 case dwarf::DW_FORM_data1: return sizeof(int8_t);
H A DDIEHash.cpp306 case dwarf::DW_FORM_data1:
H A DDwarfDebug.cpp817 dwarf::DW_FORM_data1, RVer);
2353 dwarf::DW_FORM_data1));
/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_attrval.c181 case DW_FORM_data1:
222 case DW_FORM_data1:
250 case DW_FORM_data1:
H A Ddwarf_dump.c233 case DW_FORM_data1:
234 return "DW_FORM_data1";
648 case DW_FORM_data1:
H A Ddwarf.h175 #define DW_FORM_data1 0x0b macro
H A Ddwarf_init.c358 case DW_FORM_data1:
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp43 1, // 0x0b DW_FORM_data1
91 DWARFFormValue::FC_Constant, // 0x0b DW_FORM_data1
171 case DW_FORM_data1:
308 case DW_FORM_data1:
381 case DW_FORM_data1: OS << format("0x%02x", (uint8_t)uvalue); break;
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDwarf.cpp277 case DW_FORM_data1: return "DW_FORM_data1";
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Ddwarf2.h231 DW_FORM_data1 = 0x0b, enumerator in enum:dwarf_form
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2.h230 DW_FORM_data1 = 0x0b, enumerator in enum:dwarf_form
H A Ddwarf2out.c4769 case DW_FORM_data1:
4770 return "DW_FORM_data1";
6842 return DW_FORM_data1;
6876 return DW_FORM_data1;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c548 case DW_FORM_data1: return "DW_FORM_data1";
979 case DW_FORM_data1:
1040 case DW_FORM_data1:
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h337 DW_FORM_data1 = 0x0b,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c4642 case DW_FORM_data1:
5927 case DW_FORM_data1:
6775 case DW_FORM_data1:
6776 return "DW_FORM_data1";
7261 case DW_FORM_data1:
7366 || attr->form == DW_FORM_data1
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c526 case DW_FORM_data1:
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c628 case DW_FORM_data1:

Completed in 178 milliseconds