OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Linker
(Results
1 - 25
of
89
) sorted by relevancy
1
2
3
4
/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
/src/external/apache2/llvm/lib/libLLVMLinker/
Makefile
7
.PATH: ${LLVM_SRCDIR}/lib/
Linker
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
llvm_linker.mli
9
(**
Linker
.
11
This interface provides an OCaml API for LLVM bitcode
linker
,
12
the classes in the
Linker
library. *)
/src/external/apache2/llvm/bin/llvm-link/
Makefile
22
Linker
\
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
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),
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) {}
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) {}
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) {}
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) {}
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) {}
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) {}
CrossWindows.h
35
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
37
Linker
(const ToolChain &TC) : Tool("CrossWindows::
Linker
", "ld", TC) {}
MSP430.h
60
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
62
Linker
(const ToolChain &TC) : Tool("MSP430::
Linker
", "msp430-elf-ld", TC) {}
NaCl.h
30
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
32
Linker
(const ToolChain &TC) : Tool("NaCl::
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) {}
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) {}
MSP430.cpp
179
return new tools::msp430::
Linker
(*this);
182
void msp430::
Linker
::AddStartFiles(bool UseExceptions, const ArgList &Args,
191
void msp430::
Linker
::AddDefaultLibs(const llvm::opt::ArgList &Args,
218
void msp430::
Linker
::AddEndFiles(bool UseExceptions, const ArgList &Args,
263
void msp430::
Linker
::ConstructJob(Compilation &C, const JobAction &JA,
270
std::string
Linker
= ToolChain.GetProgramPath(getShortName());
316
JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(
Linker
),
BareMetal.h
83
class LLVM_LIBRARY_VISIBILITY
Linker
: public Tool {
85
Linker
(const ToolChain &TC) : Tool("baremetal::
Linker
", "ld.lld", 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) {}
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
linker.go
1
//===-
linker
.go - Bindings for
linker
------------------------------------===//
9
// This file defines bindings for the
linker
component.
17
#include "llvm-c/
Linker
.h"
Completed in 44 milliseconds
1
2
3
4
Indexes created Tue Feb 24 08:35:24 UTC 2026