Lines Matching refs:FormValue
243 DWARFYAML::FormValue NewValue; in dumpDebugInfo()
246 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo() local
247 if (!FormValue) in dumpDebugInfo()
249 auto Form = FormValue.getValue().getForm(); in dumpDebugInfo()
256 if (auto Val = FormValue.getValue().getAsAddress()) in dumpDebugInfo()
266 if (auto Val = FormValue.getValue().getAsReferenceUVal()) in dumpDebugInfo()
274 if (auto Val = FormValue.getValue().getAsBlock()) { in dumpDebugInfo()
290 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) in dumpDebugInfo()
294 if (auto Val = FormValue.getValue().getAsCString()) in dumpDebugInfo()
299 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) { in dumpDebugInfo()
313 if (auto Val = FormValue.getValue().getAsCStringOffset()) in dumpDebugInfo()