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

Declarations

tools/lld/include/lld/Common/Driver.h
   17 bool link(llvm::ArrayRef<const char *> args, bool canExitEarly,

References

tools/lld/MinGW/Driver.cpp
  384   return coff::link(vec, true);
tools/lld/tools/lld/lld.cpp
  156     return !coff::link(args, canExitEarly());