Lines Matching defs:form
46 uint16_t form = AbbrevDecl->getFormByIndex(i);
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
71 uint16_t form,
80 const char *formString = FormEncodingString(form);
84 OS << format(" [DW_FORM_Unknown_%x]", form);
86 DWARFFormValue formValue(form);
114 uint16_t form;
116 form = AbbrevDecl->getFormByIndex(i);
118 const uint8_t fixed_skip_size = fixed_form_sizes[form];
126 switch (form) {
188 form = debug_info_data.getULEB128(&offset);
236 uint16_t form = AbbrevDecl->getFormByIndex(i);
240 DWARFFormValue form_value(form);
251 switch (form) {
315 form = debug_info_data.getULEB128(&offset);