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

References

include/llvm/Object/ELFTypes.h
  637     *Err = make_error<StringError>("ELF note overflows container",
  651       *Err = Error::success();
  660         *Err = Error::success();
  682     if (!Nhdr && Other.Err)
  683       (void)(bool)(*Other.Err);
  684     if (!Other.Nhdr && Err)
  685       (void)(bool)(*Err);