Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 107) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Ddynsym-error-remove-strtab.test8 # RUN: llvm-objcopy --allow-broken-links -R .dynstr %p/Inputs/dynsym.so %t3
11 # RUN: llvm-strip --no-strip-all --allow-broken-links -R .dynstr %t4
H A Dremove-linked-section.test22 # RUN: llvm-objcopy --allow-broken-links -R .foo %t.o %t3
25 # RUN: llvm-strip --no-strip-all --allow-broken-links -R .foo %t4
H A Dsymtab-error-on-remove-strtab.test17 # RUN: llvm-objcopy --allow-broken-links -R .strtab %t %t4
20 # RUN: llvm-strip --no-strip-all --allow-broken-links -R .strtab %t %t5
H A Ddynrelocsec-remove-shlink-reference.test12 ## Check we zero out sh_link field and allow producing output with the --allow-broken-links switch.
13 # RUN: llvm-objcopy -R .dynsym --allow-broken-links %t %t2
H A Dreloc-error-remove-symtab.test37 # RUN: llvm-objcopy --allow-broken-links -R .symtab %t %t4
40 # RUN: llvm-strip --no-strip-all --allow-broken-links -R .symtab %t5
H A Dgroup.test64 ## The '.symtab' section could be removed using --allow-broken-links option.
65 # RUN: llvm-objcopy --allow-broken-links -R .symtab %t %t3
79 # RUN: llvm-objcopy --allow-broken-links -R .symtab %t3 %t4
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp171 std::vector<DocumentLink> links; in onDocumentLink() local
172 server.getDocumentLinks(params.textDocument.uri, links); in onDocumentLink()
173 reply(std::move(links)); in onDocumentLink()
H A DTableGenServer.cpp268 std::vector<lsp::DocumentLink> &links);
410 std::vector<lsp::DocumentLink> &links) { in getDocumentLinks() argument
412 links.emplace_back(include.range, include.uri); in getDocumentLinks()
/llvm-project-15.0.7/clang/test/Driver/
H A Dhip-link-bc-to-bc.hip3 // Check that clang unbundles the two bitcodes and links via llvm-link
20 // Check that clang unbundles the bitcode and archive and links via llvm-link
/llvm-project-15.0.7/llvm/utils/gn/build/libs/xml/
H A Denable.gni2 # Whether to include code that links against libxml2.
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp219 std::vector<DocumentLink> links; in onDocumentLink() local
220 server.getDocumentLinks(params.textDocument.uri, links); in onDocumentLink()
221 reply(std::move(links)); in onDocumentLink()
/llvm-project-15.0.7/llvm/docs/
H A DSystemLibrary.rst9 available at :doc:`SupportLibrary`. Please, change your links to that page.
H A DTableGenFundamentals.rst9 and is now available at :doc:`TableGen/index`. Please, change your links to
H A DREADME.txt46 Checking links
49 The reachability of external links in the documentation can be checked by
H A DGettingStartedTutorials.rst39 A list of helpful links for compiler writers.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/include/lldb/Host/
H A Dlibedit.gni2 # Whether lldb links against libedit. Set to `true` or `false`, or to
/llvm-project-15.0.7/llvm/utils/gn/build/libs/zlib/
H A Denable.gni9 # Whether to include code that links against zlib.
/llvm-project-15.0.7/llvm/utils/gn/build/
H A DBUILD.gn66 # For full debug-info -g builds, --gdb-index makes links ~15% slower, and
67 # gdb symbol reading time 1500% faster (lld links in 4.4 instead of 3.9s,
78 # file directly. The linker then only links the .o files, which contain
104 # For linetable-only -g1 builds, --gdb-index makes links ~8% slower, but
105 # links are 4x faster than -g builds so it's a fairly small absolute cost.
134 # Speed up links with ghash on windows.
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DREADME.md5 ## Useful links
/llvm-project-15.0.7/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli16 (** [link_modules' dst src] links [src] into [dst], raising [Error]
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dgenerate-empty-CU.test3 # This test on links the Dwarf for an LTO binary and on purpose doesn't retain
/llvm-project-15.0.7/llvm/unittests/Support/CommandLineInit/
H A DCMakeLists.txt5 # links the test against TestMain.cpp, in which main() function calls
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DLICENSE.TXT16 necessary to request permission to make referential hypertext links to The
/llvm-project-15.0.7/lld/test/ELF/
H A Dwrap-defined.s10 ## We choose to wrap defined symbols so that LTO, non-LTO and relocatable links
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-link.rst14 :program:`llvm-link` takes several LLVM bitcode files and links them together

12345