Searched refs:formValue (Results 1 – 4 of 4) sorted by relevance
131 DWARFFormValue formValue(form); in dumpAttribute() local133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u)) in dumpAttribute()145 formValue.getAsUnsignedConstant().getValue(), in dumpAttribute()151 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant()) in dumpAttribute()157 OS << *formValue.getAsUnsignedConstant(); in dumpAttribute()159 formValue.dump(OS, u); in dumpAttribute()165 Optional<uint64_t> Ref = formValue.getAsReference(u); in dumpAttribute()174 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant()) in dumpAttribute()
35 int formValue = buttons.size(); in addRadioButon() local36 radioButton.setFormValue(Integer.toString(formValue)); in addRadioButon()
86 DWARFFormValue formValue(form); in dumpAttribute() local88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) in dumpAttribute()92 formValue.dump(OS, cu); in dumpAttribute()
110 const uint16_t attr, DWARFFormValue &formValue,