| /src/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()
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | PPCLinux.cpp | 23 static bool GlibcSupportsFloat128(const std::string &Linker) { in GlibcSupportsFloat128() argument 27 if (fs::real_path(Linker, Path)) in GlibcSupportsFloat128() 100 std::string Linker = Linux::getDynamicLinker(Args); in SupportIEEEFloat128() local 101 return GlibcSupportsFloat128((Twine(D.DyldPrefix) + Linker).str()) && in SupportIEEEFloat128()
|
| H A D | SPIRV.cpp | 82 return new tools::SPIRV::Linker(*this); in buildLinker() 85 void SPIRV::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 91 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob() local 99 Args.MakeArgString(Linker), CmdArgs, in ConstructJob()
|
| H A D | MSP430.cpp | 179 return new tools::msp430::Linker(*this); in buildLinker() 182 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() 191 void msp430::Linker::AddDefaultLibs(const llvm::opt::ArgList &Args, in AddDefaultLibs() 218 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() 263 void msp430::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 270 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob() local 315 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | AVR.cpp | 416 return new tools::AVR::Linker(getTriple(), *this); in buildLinker() 436 void AVR::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 451 std::string Linker = A ? getToolChain().GetLinkerPath(nullptr) in ConstructJob() local 567 Linker.find("avr-ld") == std::string::npos) { in ConstructJob() 588 if (Linker.find("avr-ld") != std::string::npos && FamilyName) in ConstructJob() 592 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 | 64 return new tools::CSKY::Linker(*this); in buildLinker() 131 void CSKY::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 146 std::string Linker = getToolChain().GetLinkerPath(); in ConstructJob() local 201 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| 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 | CSKYToolChain.h | 47 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 49 Linker(const ToolChain &TC) : Tool("CSKY::Linker", "ld", TC) {} in Linker() function
|
| H A D | RISCVToolchain.cpp | 76 return new tools::RISCV::Linker(*this); in buildLinker() 152 void RISCV::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 176 std::string Linker = getToolChain().GetLinkerPath(); in ConstructJob() local 229 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | DragonFly.h | 35 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 37 Linker(const ToolChain &TC) : Tool("dragonfly::Linker", "linker", TC) {} in Linker() function
|
| H A D | AVR.h | 52 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 54 Linker(const llvm::Triple &Triple, const ToolChain &TC) in Linker() function
|
| H A D | RISCVToolchain.h | 51 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 53 Linker(const ToolChain &TC) : Tool("RISCV::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() argument 181 : Tool("Offload::Linker", "linker", TC), Linker(Linker) {} in LinkerWrapper()
|
| H A D | Solaris.h | 36 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 38 Linker(const ToolChain &TC) : Tool("solaris::Linker", "linker", TC) {} in Linker() function
|
| H A D | MSP430.h | 62 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 64 Linker(const ToolChain &TC) : Tool("MSP430::Linker", "msp430-elf-ld", TC) {} in Linker() function
|
| H A D | XCore.h | 34 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 36 Linker(const ToolChain &TC) : Tool("XCore::Linker", "XCore-ld", TC) {} in Linker() function
|
| H A D | SPIRV.h | 39 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 41 Linker(const ToolChain &TC) : Tool("SPIRV::Linker", "spirv-link", TC) {} in Linker() function
|
| H A D | NaCl.h | 30 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 32 Linker(const ToolChain &TC) : Tool("NaCl::Linker", "linker", TC) {} in Linker() function
|
| H A D | NetBSD.h | 34 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { 36 Linker(const ToolChain &TC) : Tool("netbsd::Linker", "linker", TC) {} in Linker() function
|
| /src/contrib/llvm-project/llvm/include/llvm/Linker/ |
| H A D | Linker.h | 22 class Linker { 32 Linker(Module &M);
|
| /src/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 191 Linker L(*Result); in loadArFile() 398 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L, in linkFiles() 401 unsigned ApplicableFlags = Flags & Linker::Flags::OverrideFromSrc; in linkFiles() 509 Linker L(*Composite); in main() 511 unsigned Flags = Linker::Flags::None; in main() 513 Flags |= Linker::Flags::LinkOnlyNeeded; in main() 521 Flags | Linker::Flags::OverrideFromSrc)) in main()
|
| /src/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
|
| /src/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()
|
| /src/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 …]
|