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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp288 if (Form == dwarf::DW_FORM_strp) return 4;
307 Form == dwarf::DW_FORM_strp ||
317 if (Form == dwarf::DW_FORM_strp) return 4;
342 if (Form == dwarf::DW_FORM_strp) return 4;
H A DDIEHash.cpp302 case dwarf::DW_FORM_strp:
H A DDwarfCompileUnit.cpp185 Form = dwarf::DW_FORM_strp;
207 Die->addValue(Attribute, dwarf::DW_FORM_strp, Value);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp39 4, // 0x0e DW_FORM_strp
78 4, // 0x0e DW_FORM_strp
136 // so we can tell the differnence between DW_FORM_string and DW_FORM_strp form
145 case DW_FORM_strp: m_value.value.uval = data.GetU32(offset_ptr); break;
244 case DW_FORM_strp:
333 case DW_FORM_strp:
542 case DW_FORM_strp:
H A DDWARFAbbreviationDeclaration.cpp167 m_attributes.push_back(DWARFAttribute(attr, DW_FORM_strp));
H A DHashedNameToDIE.h334 case DW_FORM_strp:
H A DDWARFDebugInfoEntry.cpp215 case DW_FORM_strp :
379 case DW_FORM_strp :
H A DSymbolFileDWARF.cpp5013 // If the string was from a DW_FORM_strp, then the pointer will often
7388 if (form_value.Form() == DW_FORM_strp)
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_attrval.c66 case DW_FORM_strp:
142 case DW_FORM_strp:
H A Ddwarf_dump.c263 case DW_FORM_strp:
264 return "DW_FORM_strp";
667 case DW_FORM_strp:
H A Ddwarf.h178 #define DW_FORM_strp 0x0e macro
H A Ddwarf_init.c394 case DW_FORM_strp:
/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp46 4, // 0x0e DW_FORM_strp
94 DWARFFormValue::FC_String, // 0x0e DW_FORM_strp
195 case DW_FORM_strp: {
321 case DW_FORM_strp:
422 case DW_FORM_strp: {
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp280 case DW_FORM_strp: return "DW_FORM_strp";
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h234 DW_FORM_strp = 0x0e, enumerator in enum:dwarf_form
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h233 DW_FORM_strp = 0x0e, enumerator in enum:dwarf_form
H A Ddwarf2out.c4780 case DW_FORM_strp:
4781 return "DW_FORM_strp";
5091 return node->form = DW_FORM_strp;
6685 if (AT_string_form (a) == DW_FORM_strp)
7240 if (AT_string_form (a) == DW_FORM_strp)
14120 if (node->form == DW_FORM_strp)
14597 /* If we emitted any DW_FORM_strp form attribute, output the string
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c294 warn (_("DW_FORM_strp offset too big: %lx\n"), offset);
551 case DW_FORM_strp: return "DW_FORM_strp";
968 case DW_FORM_strp:
1109 case DW_FORM_strp:
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h340 DW_FORM_strp = 0x0e,
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c4621 case DW_FORM_strp:
4947 error ("DW_FORM_strp used without .debug_str section [in module %s]",
4953 error ("DW_FORM_strp pointing outside of .debug_str section [in module %s]",
6781 case DW_FORM_strp:
6782 return "DW_FORM_strp";
7273 case DW_FORM_strp:
/freebsd-10.1-release/contrib/binutils/bfd/
H A Ddwarf2.c347 (*_bfd_error_handler) (_("Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str size (%lu)."),
606 case DW_FORM_strp:

Completed in 277 milliseconds