reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  291               FormValue.getAsUnsignedConstant().getValue(),
  297   } else if (Optional<uint64_t> Val = FormValue.getAsUnsignedConstant())
  303     OS << *FormValue.getAsUnsignedConstant();
  305            FormValue.getAsUnsignedConstant()) {
  312         FormValue.dump(OS, DumpOpts);
  315     dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts);
  317     FormValue.dump(OS, DumpOpts);
  326             Die.getAttributeValueAsReferencedDie(FormValue).getName(
  331     dumpTypeName(OS, Die.getAttributeValueAsReferencedDie(FormValue));
  334     if (Optional<uint64_t> OptVal = FormValue.getAsUnsignedConstant())
  340     if (FormValue.getForm() == DW_FORM_rnglistx)
  342               U->getRnglistOffset(*FormValue.getAsSectionOffset())) {