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

Declarations

tools/llvm-elfabi/ErrorCollector.h
   47   void addError(Error &&E, StringRef Tag);

References

tools/llvm-elfabi/llvm-elfabi.cpp
   93     EC.addError(StubFromELF.takeError(), "BinaryRead");
  104     EC.addError(StubFromTBE.takeError(), "YamlParse");
  108   EC.addError(createStringError(errc::not_supported,