OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Linker
(Results
1 - 25
of
38
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AIX.h
19
/// aix -- Directly call system default assembler and
linker
.
34
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
36
Linker
(const ToolChain &TC) : Tool("aix::
Linker
", "
linker
", TC) {}
Ananas.h
20
/// ananas -- Directly call GNU Binutils assembler and
linker
34
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
36
Linker
(const ToolChain &TC) : Tool("ananas::
Linker
", "
linker
", TC) {}
BareMetal.h
83
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
85
Linker
(const ToolChain &TC) : Tool("baremetal::
Linker
", "ld.lld", TC) {}
CloudABI.h
20
/// cloudabi -- Directly call GNU Binutils
linker
22
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
24
Linker
(const ToolChain &TC) : Tool("cloudabi::
Linker
", "
linker
", TC) {}
CrossWindows.h
35
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
37
Linker
(const ToolChain &TC) : Tool("CrossWindows::
Linker
", "ld", TC) {}
DragonFly.h
19
/// dragonfly -- Directly call GNU Binutils assembler and
linker
34
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
36
Linker
(const ToolChain &TC) : Tool("dragonfly::
Linker
", "
linker
", TC) {}
FreeBSD.h
20
/// freebsd -- Directly call GNU Binutils assembler and
linker
35
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
37
Linker
(const ToolChain &TC) : Tool("freebsd::
Linker
", "
linker
", TC) {}
Fuchsia.h
21
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
23
Linker
(const ToolChain &TC) : Tool("fuchsia::
Linker
", "ld.lld", TC) {}
HIP.h
29
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
31
Linker
(const ToolChain &TC) : Tool("AMDGCN::
Linker
", "amdgcn-link", TC) {}
MSP430.h
60
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
62
Linker
(const ToolChain &TC) : Tool("MSP430::
Linker
", "msp430-elf-ld", TC) {}
Minix.h
19
/// minix -- Directly call GNU Binutils assembler and
linker
33
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
35
Linker
(const ToolChain &TC) : Tool("minix::
Linker
", "
linker
", TC) {}
NetBSD.h
20
/// netbsd -- Directly call GNU Binutils assembler and
linker
34
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
36
Linker
(const ToolChain &TC) : Tool("netbsd::
Linker
", "
linker
", TC) {}
OpenBSD.h
21
/// openbsd -- Directly call GNU Binutils assembler and
linker
36
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
38
Linker
(const ToolChain &TC) : Tool("openbsd::
Linker
", "
linker
", TC) {}
RISCVToolchain.h
50
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
52
Linker
(const ToolChain &TC) : Tool("RISCV::
Linker
", "ld", TC) {}
Solaris.h
20
/// solaris -- Directly call Solaris assembler and
linker
35
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
37
Linker
(const ToolChain &TC) : Tool("solaris::
Linker
", "
linker
", TC) {}
WebAssembly.h
21
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
23
explicit
Linker
(const ToolChain &TC) : Tool("wasm::
Linker
", "
linker
", TC) {}
XCore.h
34
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
36
Linker
(const ToolChain &TC) : Tool("XCore::
Linker
", "XCore-ld", TC) {}
AMDGPU.h
29
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
31
Linker
(const ToolChain &TC) : Tool("amdgpu::
Linker
", "ld.lld", TC) {}
AVR.h
43
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
45
Linker
(const llvm::Triple &Triple, const ToolChain &TC, bool LinkStdlib)
46
: Tool("AVR::
Linker
", "avr-ld", TC), Triple(Triple),
Hexagon.h
38
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
40
Linker
(const ToolChain &TC) : Tool("hexagon::
Linker
", "hexagon-ld", TC) {}
Myriad.h
49
/// whereas the
linker
, which accepts code for a mixture of Sparc and SHAVE,
52
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
54
Linker
(const ToolChain &TC) : Tool("shave::
Linker
", "ld", TC) {}
NaCl.h
30
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
32
Linker
(const ToolChain &TC) : Tool("NaCl::
Linker
", "
linker
", TC) {}
MinGW.h
23
/// MinGW -- Directly call GNU Binutils assembler and
linker
37
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
39
Linker
(const ToolChain &TC) : Tool("MinGW::
Linker
", "
linker
", TC) {}
AVR.cpp
357
return new tools::AVR::
Linker
(getTriple(), *this, LinkStdlib);
360
void AVR::
Linker
::ConstructJob(Compilation &C, const JobAction &JA,
369
std::string
Linker
= getToolChain().GetProgramPath(getShortName());
419
JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(
Linker
),
/src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
Linker.h
1
//===-
Linker
.h - Module
Linker
Interface -----------------------*- C++ -*-===//
13
#include "llvm/
Linker
/IRMover.h"
24
class
Linker
{
34
Linker
(Module &M);
41
/// Passing InternalizeCallback will have the
linker
call the function with
Completed in 27 milliseconds
1
2
Indexes created Fri Jun 26 00:24:39 UTC 2026