Searched refs:DW_AT_encoding (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_dump.c136 case DW_AT_encoding:
137 return "DW_AT_encoding";
467 case DW_AT_encoding:
593 case DW_AT_encoding:
H A Ddwarf.h145 #define DW_AT_encoding 0x3e macro
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp158 case DW_AT_encoding: return "DW_AT_encoding";
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h295 DW_AT_encoding = 0x3e, enumerator in enum:dwarf_attribute
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h293 DW_AT_encoding = 0x3e, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4637 case DW_AT_encoding:
4638 return "DW_AT_encoding";
8247 add_AT_unsigned (base_type_result, DW_AT_encoding, encoding);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h192 DW_AT_encoding = 0x3e, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp831 addUInt(&Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
1448 addUInt(IdxTy, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c1260 case DW_AT_encoding:
1439 case DW_AT_encoding: return "DW_AT_encoding";
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1338 (void) die_signed(dw, base, DW_AT_encoding, &enc, DW_ATTR_REQ);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1117 case DW_AT_encoding:
H A DSymbolFileDWARF.cpp5725 case DW_AT_encoding: encoding = form_value.Unsigned(); break;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c3961 attr = dwarf2_attr (die, DW_AT_encoding, cu);
4002 complaint (&symfile_complaints, "unsupported DW_AT_encoding: '%s'",
6658 case DW_AT_encoding:
6659 return "DW_AT_encoding";

Completed in 235 milliseconds