Home | History | Annotate | Download | only in DebugInfo

Lines Matching defs:Form

44   uint16_t Form;   // Form for this value.
45 ValueType Value; // Contains all data for the form.
48 DWARFFormValue(uint16_t form = 0) : Form(form) {}
49 uint16_t getForm() const { return Form; }
61 /// the compile unit at a later time in order to work with the form
69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
71 static bool isBlockForm(uint16_t form);
72 static bool isDataForm(uint16_t form);