Lines Matching defs:FormValue
255 DWARFYAML::FormValue NewValue;
258 auto FormValue = DIEWrapper.find(AttrSpec.Attr);
259 if (!FormValue)
261 auto Form = FormValue->getForm();
268 if (auto Val = FormValue->getAsAddress())
278 if (auto Val = FormValue->getAsReferenceUVal())
286 if (auto Val = FormValue->getAsBlock()) {
302 if (auto Val = FormValue->getAsUnsignedConstant())
306 if (auto Val = dwarf::toString(FormValue))
311 if (auto Val = FormValue->getAsUnsignedConstant()) {
325 if (auto Val = FormValue->getAsCStringOffset())