Home
last modified time | relevance | path

Searched refs:formValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp131 DWARFFormValue formValue(form); in dumpAttribute() local
133 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()
/external/autotest/frontend/client/src/autotest/common/table/
DRadioButtonSetFilter.java35 int formValue = buttons.size(); in addRadioButon() local
36 radioButton.setFormValue(Integer.toString(formValue)); in addRadioButon()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp86 DWARFFormValue formValue(form); in dumpAttribute() local
88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) in dumpAttribute()
92 formValue.dump(OS, cu); in dumpAttribute()
DDWARFDebugInfoEntry.h110 const uint16_t attr, DWARFFormValue &formValue,