Home | History | Annotate | Download | only in DebugInfo

Lines Matching defs:form

47           uint16_t form = AbbrevDecl->getFormByIndex(i);
48 dumpAttribute(OS, cu, &offset, attr, form, indent);
72 uint16_t form,
81 const char *formString = FormEncodingString(form);
85 OS << format(" [DW_FORM_Unknown_%x]", form);
87 DWARFFormValue formValue(form);
114 uint16_t Form = AbbrevDecl->getFormByIndex(i);
120 (Form < DW_FORM_ref_sig8) ? FixedFormSizes[Form] : 0;
123 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr,
160 uint16_t Form = AbbrevDecl->getFormByIndex(i);
164 DWARFFormValue FormValue(Form);
170 } else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr,