| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | UEFI.cpp | 29 Tool *UEFI::buildLinker() const { return new tools::uefi::Linker(*this); } in buildLinker() 49 void tools::uefi::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 86 StringRef Linker = in ConstructJob() local 88 if (Linker.empty() || Linker == "lld") in ConstructJob() 89 Linker = "lld-link"; in ConstructJob() 91 auto LinkerPath = TC.GetProgramPath(Linker.str().c_str()); in ConstructJob()
|
| H A D | PPCLinux.cpp | 22 static bool GlibcSupportsFloat128(const std::string &Linker) { in GlibcSupportsFloat128() argument 26 if (fs::real_path(Linker, Path)) in GlibcSupportsFloat128() 99 std::string Linker = Linux::getDynamicLinker(Args); in SupportIEEEFloat128() local 100 return GlibcSupportsFloat128((Twine(D.DyldPrefix) + Linker).str()) && in SupportIEEEFloat128()
|
| H A D | SPIRV.cpp | 116 return new tools::SPIRV::Linker(*this); in buildLinker() 119 void SPIRV::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 125 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob() local 135 Linker = ToolChain.GetProgramPath("clang-sycl-linker"); in ConstructJob() 137 Args.MakeArgString(Linker), CmdArgs, in ConstructJob()
|
| H A D | MSP430.cpp | 178 return new tools::msp430::Linker(*this); in buildLinker() 181 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() 190 void msp430::Linker::AddDefaultLibs(const llvm::opt::ArgList &Args, in AddDefaultLibs() 217 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() 262 void msp430::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 269 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob() local 314 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | AVR.cpp | 491 return new tools::AVR::Linker(getTriple(), *this); in buildLinker() 512 void AVR::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 527 std::string Linker = A ? getToolChain().GetLinkerPath(nullptr) in ConstructJob() local 633 Linker.find("avr-ld") == std::string::npos) { in ConstructJob() 654 if (Linker.find("avr-ld") != std::string::npos && FamilyName) in ConstructJob() 658 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | PS4CPU.h | 44 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 46 Linker(const ToolChain &TC) : Tool("PS4cpu::Linker", "linker", TC) {} in Linker() function 59 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 61 Linker(const ToolChain &TC) : Tool("PS5cpu::Linker", "linker", TC) {} in Linker() function
|
| H A D | CSKYToolChain.cpp | 63 return new tools::CSKY::Linker(*this); in buildLinker() 130 void CSKY::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 145 std::string Linker = getToolChain().GetLinkerPath(); in ConstructJob() local 200 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | HIPAMD.cpp | 36 void AMDGCN::Linker::constructLlvmLinkCommand(Compilation &C, in constructLlvmLinkCommand() 64 void AMDGCN::Linker::constructLldCommand(Compilation &C, const JobAction &JA, in constructLldCommand() 166 void AMDGCN::Linker::constructLinkAndEmitSpirvCommand( in constructLinkAndEmitSpirvCommand() 189 void AMDGCN::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 306 return new tools::AMDGCN::Linker(*this); in buildLinker() 435 return new tools::AMDGCN::Linker(*this); in buildLinker()
|
| H A D | Haiku.h | 22 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 24 Linker(const ToolChain &TC) : Tool("haiku::Linker", "linker", TC) {} in Linker() function
|
| H A D | UEFI.h | 18 class LLVM_LIBRARY_VISIBILITY Linker : public Tool { 20 Linker(const ToolChain &TC) : Tool("uefi::Linker", "lld-link", TC) {} in Linker() function
|
| H A D | AVR.h | 53 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 55 Linker(const llvm::Triple &Triple, const ToolChain &TC) in Linker() function
|
| H A D | Clang.h | 177 const Tool *Linker; variable 180 LinkerWrapper(const ToolChain &TC, const Tool *Linker) in LinkerWrapper() argument 181 : Tool("Offload::Linker", "linker", TC), Linker(Linker) {} in LinkerWrapper()
|
| H A D | OpenBSD.h | 36 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 38 Linker(const ToolChain &TC) : Tool("openbsd::Linker", "linker", TC) {} in Linker() function
|
| H A D | WebAssembly.cpp | 37 std::string wasm::Linker::getLinkerPath(const ArgList &Args) const { in getLinkerPath() 82 void wasm::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 89 const char *Linker = Args.MakeArgString(getLinkerPath(Args)); in ConstructJob() local 105 if (llvm::sys::path::stem(Linker).ends_with_insensitive( in ConstructJob() 205 Linker, CmdArgs, Inputs, Output)); in ConstructJob() 560 return new tools::wasm::Linker(*this); in buildLinker()
|
| H A D | FreeBSD.h | 35 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 37 Linker(const ToolChain &TC) : Tool("freebsd::Linker", "linker", TC) {} in Linker() function
|
| H A D | AIX.h | 34 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 36 Linker(const ToolChain &TC) : Tool("aix::Linker", "linker", TC) {} in Linker() function
|
| H A D | SPIRV.h | 44 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 46 Linker(const ToolChain &TC) : Tool("SPIR-V::Linker", "spirv-link", TC) {} in Linker() function
|
| H A D | Gnu.h | 55 class LLVM_LIBRARY_VISIBILITY Linker : public Tool { 57 Linker(const ToolChain &TC) : Tool("GNU::Linker", "linker", TC) {} in Linker() function 128 class LLVM_LIBRARY_VISIBILITY Linker : public Common { 130 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {} in Linker() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 302 template <typename Linker> 335 std::unique_ptr<Linker> DebugInfoLinker = in linkDebugInfoImpl() 336 Linker::createLinker(ReportErr, ReportWarn); in linkDebugInfoImpl() 342 Linker::OutputFileType::Object, in linkDebugInfoImpl() 348 if constexpr (std::is_same<Linker, in linkDebugInfoImpl() 404 SmallVector<typename Linker::AccelTableKind> AccelTables; in linkDebugInfoImpl() 412 AccelTables.push_back(Linker::AccelTableKind::DebugNames); in linkDebugInfoImpl() 417 for (typename Linker::AccelTableKind Table : AccelTables) in linkDebugInfoImpl() 428 std::optional<typename Linker::AccelTableKind> SrcAccelTableKind = in linkDebugInfoImpl() 429 getAcceleratorTableKind<typename Linker::AccelTableKind>(Sec.Name); in linkDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Linker/ |
| H A D | Linker.h | 23 class Linker { 34 LLVM_ABI Linker(Module &M);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 179 Linker L(*Result); in loadArFile() 386 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L, in linkFiles() 389 unsigned ApplicableFlags = Flags & Linker::Flags::OverrideFromSrc; in linkFiles() 487 Linker L(*Composite); in main() 489 unsigned Flags = Linker::Flags::None; in main() 491 Flags |= Linker::Flags::LinkOnlyNeeded; in main() 499 Flags | Linker::Flags::OverrideFromSrc)) in main()
|
| /freebsd/contrib/llvm-project/lld/ |
| H A D | README.md | 1 LLVM Linker (lld) 4 This directory and its subdirectories contain source code for the LLVM Linker, a
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 53 bool shouldOverrideFromSrc() { return Flags & Linker::OverrideFromSrc; } in shouldOverrideFromSrc() 54 bool shouldLinkOnlyNeeded() { return Flags & Linker::LinkOnlyNeeded; } in shouldLinkOnlyNeeded() 621 Linker::Linker(Module &M) : Mover(M) {} in Linker() function in Linker 623 bool Linker::linkInModule( in linkInModule() 640 bool Linker::linkModules( in linkModules() 643 Linker L(Dest); in linkModules() 654 return Linker::linkModules(*D, std::move(M)); in LLVMLinkModules2()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1096 Linker.resolveDIEReference(File, CompileUnits, Val, InputDIE, RefUnit); in cloneDieReferenceAttribute() 1172 Linker.reportWarning("Unsupported DW_OP encoding.", File); in cloneExpression() 1203 Linker.reportWarning( in cloneExpression() 1211 Linker.reportWarning("base type ref doesn't fit.", File); in cloneExpression() 1216 } else if (!Linker.Options.Update && Op.getCode() == dwarf::DW_OP_addrx) { in cloneExpression() 1233 Linker.reportWarning("cannot read DW_OP_addrx operand.", File); in cloneExpression() 1234 } else if (!Linker.Options.Update && Op.getCode() == dwarf::DW_OP_constx) { in cloneExpression() 1251 Linker.reportWarning( in cloneExpression() 1268 Linker.reportWarning("cannot read DW_OP_constx operand.", File); in cloneExpression() 1288 Linker.DIELocs.push_back(Loc); in cloneBlockAttribute() [all …]
|