| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ | 
| H A D | Clang.h | 177   const Tool *Linker;  variable 180   LinkerWrapper(const ToolChain &TC, const Tool *Linker)  in LinkerWrapper()
  | 
| H A D | PS4CPU.h | 46   Linker(const ToolChain &TC) : Tool("PS4cpu::Linker", "linker", TC) {}  in Linker()  function 61   Linker(const ToolChain &TC) : Tool("PS5cpu::Linker", "linker", TC) {}  in Linker()  function
  | 
| H A D | RISCVToolchain.h | 53   Linker(const ToolChain &TC) : Tool("RISCV::Linker", "ld", 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 | MSVC.h | 29   Linker(const ToolChain &TC) : Tool("visualstudio::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 | AIX.h | 36   Linker(const ToolChain &TC) : Tool("aix::Linker", "linker", TC) {}  in Linker()  function
  | 
| H A D | AMDGPU.h | 31   Linker(const ToolChain &TC) : Tool("amdgpu::Linker", "ld.lld", TC) {}  in Linker()  function
  | 
| H A D | SPIRV.cpp | 91   std::string Linker = ToolChain.GetProgramPath(getShortName());  in ConstructJob()  local
  | 
| H A D | Cuda.h | 113   Linker(const ToolChain &TC) : Tool("NVPTX::Linker", "nvlink", TC) {}  in Linker()  function
  | 
| H A D | RISCVToolchain.cpp | 176   std::string Linker = getToolChain().GetLinkerPath();  in ConstructJob()  local
  | 
| H A D | Darwin.h | 72   Linker(const ToolChain &TC) : MachOTool("darwin::Linker", "linker", TC) {}  in Linker()  function
  | 
| H A D | WebAssembly.cpp | 71   const char *Linker = Args.MakeArgString(getLinkerPath(Args));  in ConstructJob()  local
  | 
| H A D | MSVC.cpp | 277   StringRef Linker =  in ConstructJob()  local
  | 
| H A D | AMDGPU.cpp | 621   std::string Linker = getToolChain().GetLinkerPath();  in ConstructJob()  local
  | 
| H A D | CommonArgs.cpp | 815   const char *Linker = Args.MakeArgString(ToolChain.GetLinkerPath());  in addLTOOptions()  local
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ | 
| H A D | LTOCodeGenerator.h | 58   class Linker;  variable
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ | 
| H A D | DWARFLinker.h |  | 
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ | 
| H A D | LinkModules.cpp | 621 Linker::Linker(Module &M) : Mover(M) {}  in Linker()  function in Linker
  |