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

Declarations

tools/lld/include/lld/Common/ErrorHandler.h
  123 LLVM_ATTRIBUTE_NORETURN void exitLld(int val);

References

tools/lld/COFF/Driver.cpp
   81     exitLld(errorCount() ? 1 : 0);
tools/lld/Common/ErrorHandler.cpp
  199       exitLld(1);
  208   exitLld(1);
tools/lld/ELF/Driver.cpp
  114     exitLld(errorCount() ? 1 : 0);
tools/lld/lib/Driver/DarwinLdDriver.cpp
 1222     exitLld(errorCount() ? 1 : 0);
tools/lld/wasm/Driver.cpp
   99     exitLld(errorCount() ? 1 : 0);