/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PPCLinux.cpp | 23 static bool GlibcSupportsFloat128(const std::string &Linker) { in GlibcSupportsFloat128() 100 std::string Linker = Linux::getDynamicLinker(Args); in SupportIEEEFloat128() local
|
H A D | RISCVToolchain.h | 53 Linker(const ToolChain &TC) : Tool("RISCV::Linker", "ld", TC) {} in Linker() function
|
H A D | CSKYToolChain.h | 49 Linker(const ToolChain &TC) : Tool("CSKY::Linker", "ld", TC) {} in Linker() function
|
H A D | Clang.h | 177 const Tool *Linker; variable 180 LinkerWrapper(const ToolChain &TC, const Tool *Linker) in LinkerWrapper()
|
H A D | WebAssembly.h | 23 explicit Linker(const ToolChain &TC) : Tool("wasm::Linker", "linker", TC) {} in Linker() function
|
H A D | HIPAMD.h | 26 Linker(const ToolChain &TC) : Tool("AMDGCN::Linker", "amdgcn-link", TC) {} in Linker() function
|
H A D | Solaris.h | 38 Linker(const ToolChain &TC) : Tool("solaris::Linker", "linker", TC) {} in Linker() function
|
H A D | AVR.h | 54 Linker(const llvm::Triple &Triple, const ToolChain &TC) in Linker() function
|
H A D | NaCl.h | 32 Linker(const ToolChain &TC) : Tool("NaCl::Linker", "linker", TC) {} in Linker() function
|
H A D | DragonFly.h | 37 Linker(const ToolChain &TC) : Tool("dragonfly::Linker", "linker", TC) {} in Linker() function
|
H A D | XCore.h | 36 Linker(const ToolChain &TC) : Tool("XCore::Linker", "XCore-ld", TC) {} in Linker() function
|
H A D | Hexagon.h | 40 Linker(const ToolChain &TC) : Tool("hexagon::Linker", "hexagon-ld", TC) {} in Linker() function
|
H A D | CrossWindows.h | 37 Linker(const ToolChain &TC) : Tool("CrossWindows::Linker", "ld", TC) {} in Linker() function
|
H A D | MSP430.h | 64 Linker(const ToolChain &TC) : Tool("MSP430::Linker", "msp430-elf-ld", TC) {} in Linker() function
|
H A D | Haiku.h | 24 Linker(const ToolChain &TC) : Tool("haiku::Linker", "linker", TC) {} in Linker() function
|
H A D | NetBSD.h | 36 Linker(const ToolChain &TC) : Tool("netbsd::Linker", "linker", TC) {} in Linker() function
|
H A D | FreeBSD.h | 37 Linker(const ToolChain &TC) : Tool("freebsd::Linker", "linker", TC) {} in Linker() function
|
H A D | ZOS.h | 36 Linker(const ToolChain &TC) : Tool("zos::Linker", "linker", TC) {} in Linker() function
|
H A D | HIPSPV.h | 25 Linker(const ToolChain &TC) : Tool("HIPSPV::Linker", "hipspv-link", TC) {} in Linker() function
|
H A D | MSVC.h | 29 Linker(const ToolChain &TC) : Tool("visualstudio::Linker", "linker", TC) {} Linker() function
|
H A D | AIX.h | 36 Linker(const ToolChain &TC) : Tool("aix::Linker", "linker", TC) {} in Linker() function
|
/llvm-project/llvm/test/Bindings/OCaml/ |
H A D | linker.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/linker.ml
|
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | HugifyRuntimeLibrary.cpp | 63 BOLTLinker &Linker, in link() argument
|
/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | MachORewriteInstance.h | 40 std::unique_ptr<BOLTLinker> Linker; variable
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.h | 107 const DwarfLinkerForBinary &Linker; variable 144 AddressManager(DwarfLinkerForBinary &Linker, const object::ObjectFile &Obj, in AddressManager()
|