Lines Matching full:linker
1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
8 The linker supports ELF (Unix), PE/COFF (Windows), Mach-O (macOS) and
19 same command line arguments and linker scripts as GNU.
23 gold linker. Your mileage may vary, though.
31 - It is always a cross-linker, meaning that it always supports all the
34 easy to use our linker as part of a cross-compile toolchain.
39 external linker and then call the linker's main function,
111 instead of the default linker.
113 The easiest way to do that is to overwrite the default linker. After
125 output. If the string "Linker: LLD" is included in the output, you are
131 For the internals of the linker, please read :doc:`NewLLD`. It is a bit