Searched refs:LLD (Results 1 – 25 of 126) sorted by relevance
123456
/external/llvm-project/lld/docs/ |
D | windows_support.rst | 17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with 19 command line options, and it drives further linking processes. LLD accepts 23 The current status is that LLD is used to link production builds of large 34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both 39 same as on Unix (.a). LLD can read it. 42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported 48 :good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF 55 :partial:`Partially done`. LLD currently recognizes these directives: 59 :good:`Done`. LLD can emit PDBs that are at parity with those generated by 60 link.exe. However, LLD does not support /DEBUG:FASTLINK. [all …]
|
D | index.rst | 1 LLD - The LLVM Linker 4 LLD is a linker from the LLVM project that is a drop-in replacement 9 WebAssembly in descending order of completeness. Internally, LLD consists of 20 - LLD is a drop-in replacement for the GNU linkers that accepts the 24 LLD default system linker in future versions of the operating 26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base 30 …<https://www.freebsd.org/news/status/report-2016-10-2016-12.html#Using-LLVM%27s-LLD-Linker-as-Free… 32 - LLD is very fast. When you link a large program on a multicore 33 machine, you can expect that LLD runs more than twice as fast as the GNU 46 - You can embed LLD in your program to eliminate dependencies on [all …]
|
D | error_handling_script.rst | 5 LLD provides the ability to hook into some error handling routines through a 20 LLD calls the error handling script using the following arguments:: 26 - ``missing-lib``: indicates that LLD failed to find a library. The library name 38 interpreted as an error and reported to the user. In both cases, LLD still
|
D | NewLLD.rst | 7 You can embed LLD to your program by linking against it and calling the linker's 28 This is a list of design choices we've made for ELF and COFF LLD. 61 LLD's handling of archive files (the files with ".a" file extension) is 64 problem is, and how LLD approached the problem. 95 Here is how LLD approaches the problem. Instead of memorizing only undefined 96 symbols, we program LLD so that it memorizes all symbols. When it sees an 99 it. It is doable because LLD does not forget symbols it has seen in archive 102 We believe that LLD's way is efficient and easy to justify. 104 The semantics of LLD's archive handling are different from the traditional 113 I'll give you the list of objects and their numbers LLD has to read and process [all …]
|
/external/llvm-project/lld/docs/ELF/ |
D | linker_script.rst | 4 LLD implements a large subset of the GNU ld linker script notation. The LLD 17 it is appropriate for LLD. Intentional deviations will be documented in this 54 When an *OutputSection* *S* has ``address``, LLD will set sh_addr to ``address``. 60 The presence of ``address`` can cause the condition unsatisfied. LLD will warn.
|
D | warn_backrefs.rst | 25 LLD remembers the symbol table of archives that it has previously seen, so if 26 there is a reference from an input file to the right of an archive, LLD will 33 LLD that will fail with GNU ld, or even worse both links succeed but they have 38 where LLD and GNU ld archive selection may differ.
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | gc-sections.test | 2 # LLD isn't pruning functions as we expect it to with ASAN on i386. 9 With gc-sections. Currently, we can't remove unused code except with LLD.
|
/external/llvm-project/clang/test/Driver/ |
D | hip-toolchain-device-only.hip | 15 // CHECK: [[LLD: ".*lld.*"]] "-flavor" "gnu" "--no-undefined" "-shared" 24 // CHECK: [[LLD]] "-flavor" "gnu" "--no-undefined" "-shared"
|
D | hip-toolchain-mllvm.hip | 22 // RDC: [[LLD:".*lld.*"]] {{.*}} "-plugin-opt=-amdgpu-function-calls=0" 31 // RDC: [[LLD:".*lld.*"]] {{.*}} "-plugin-opt=-amdgpu-function-calls=0"
|
D | hip-toolchain-no-rdc.hip | 53 // CHECK: [[LLD: ".*lld.*"]] "-flavor" "gnu" "--no-undefined" "-shared" 76 // CHECK: [[LLD]] "-flavor" "gnu" "--no-undefined" "-shared" 116 // CHECK: [[LLD]] "-flavor" "gnu" "--no-undefined" "-shared" 139 // CHECK: [[LLD]] "-flavor" "gnu" "--no-undefined" "-shared"
|
D | hip-target-id.hip | 38 // CHECK: [[LLD:"[^"]*lld[^"]*"]] {{.*}} "-plugin-opt=mcpu=gfx908" 46 // CHECK: [[LLD]] {{.*}} "-plugin-opt=mcpu=gfx908"
|
/external/llvm-project/lld/ |
D | CODE_OWNERS.TXT | 2 particular part of LLD are reviewed, either by themself or by someone else. 3 They are also the gatekeepers for their part of LLD, with the final word on
|
/external/llvm-project/lld/test/COFF/ |
D | driver-windows.test | 2 # RUN: env LLD_IN_TEST=1 not LLD-LINK 2>&1 | FileCheck %s
|
D | reloc-discarded-dwarf.s | 5 # LLD should not error on relocations in DWARF debug sections against symbols in
|
/external/llvm-project/lld/test/ELF/lto/ |
D | thinlto-index-only.ll | 32 ; Test that LLD generates an empty index even for lazy object file that is not added to link. 33 ; Test LLD generates empty imports file either because of thinlto-emit-imports-files option. 41 ; Ensure LLD generates an empty index for each bitcode file even if all bitcode files are lazy.
|
/external/llvm-project/lld/cmake/modules/ |
D | LLDConfig.cmake.in | 1 # This file allows users to call find_package(LLD) and pick up our targets.
|
/external/llvm-project/lld/test/ELF/ |
D | driver-access.test | 2 # Make sure that LLD works even if the current directory is not writable.
|
D | mips-n32-emul.s | 2 # Check that LLD shows an error when N32 ABI emulation argument
|
D | comment-gc.s | 8 # CHECK-NEXT: foo..LLD 1.0.bar
|
D | mips-options-r.test | 3 # LLD does not crash.
|
D | mips-gp-disp-ver.s | 5 # in the LLD because BFD linker is used for building MIPS toolchain
|
D | no-line-parser-errors-if-no-section.s | 3 # LLD uses the debug data to get information for error messages, if possible.
|
/external/llvm-project/clang/cmake/caches/ |
D | 3-stage-base.cmake | 6 # Use LLD do have less requirements on system linker, unless we're on an apple
|
/external/llvm-project/lldb/test/Shell/Breakpoint/ |
D | debug_addrx.test | 23 # clang and LLD versions were 8.0.0 (trunk 344834)
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | empty-section-size.test | 6 ## We had a bug when LLD increased the size of the output section even
|
123456