Lines Matching refs:Form
51 uint16_t Form; // Form for this value.
52 ValueType Value; // Contains all data for the form.
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {}
56 uint16_t getForm() const { return Form; }
74 /// DWARFFormValue has form class is suitable for representing Foo.
85 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
87 static bool skipValue(uint16_t form, DataExtractor debug_info_data,