Searched refs:lld (Results 51 - 75 of 190) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h12 #include "lld/Common/LLVM.h"
18 namespace lld { namespace
53 } // namespace lld
H A DOutputSections.h16 #include "lld/Common/LLVM.h"
21 namespace lld { namespace
138 } // namespace lld
140 namespace lld { namespace
147 } // namespace lld
H A DDriver.h14 #include "lld/Common/LLVM.h"
15 #include "lld/Common/Reproduce.h"
22 namespace lld { namespace
75 } // namespace lld
H A DSymbolTable.h14 #include "lld/Common/Strings.h"
19 namespace lld { namespace
95 } // namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h12 #include "lld/Common/LLVM.h"
23 namespace lld { namespace
41 } // namespace lld
H A DMemory.h28 namespace lld { namespace
57 } // namespace lld
H A DTimer.h19 namespace lld { namespace
56 } // namespace lld
H A DDWARF.h12 #include "lld/Common/LLVM.h"
24 namespace lld { namespace
45 } // namespace lld
H A DDriver.h1 //===- lld/Common/Driver.h - Linker Driver Emulator -----------------------===//
15 namespace lld { namespace
H A DThreads.h64 namespace lld { namespace
90 } // namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSharedLibraryFile.h12 #include "lld/Core/File.h"
14 namespace lld { namespace
67 } // namespace lld
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
18 #include "lld/Core/File.h"
22 namespace lld { namespace
72 } // end namespace lld
H A DSymbolTable.h12 #include "lld/Common/LLVM.h"
19 namespace lld { namespace
93 } // namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DDefinedAtom.cpp10 #include "lld/Core/DefinedAtom.h"
11 #include "lld/Core/File.h"
13 namespace lld { namespace
H A DReader.cpp9 #include "lld/Core/Reader.h"
10 #include "lld/Core/File.h"
11 #include "lld/Core/Reference.h"
23 namespace lld { namespace
63 const lld::File *&file) const {
113 } // end namespace lld
H A DLinkingContext.cpp9 #include "lld/Core/LinkingContext.h"
10 #include "lld/Core/File.h"
11 #include "lld/Core/Node.h"
12 #include "lld/Core/Simple.h"
13 #include "lld/Core/Writer.h"
16 namespace lld { namespace
69 } // end namespace lld
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFlatNamespaceFile.h13 #include "lld/Core/SharedLibraryFile.h"
14 #include "lld/ReaderWriter/MachOLinkingContext.h"
17 namespace lld { namespace
60 } // namespace lld
H A DMachONormalizedFileFromAtoms.cpp26 #include "lld/Common/LLVM.h"
27 #include "lld/Core/Error.h"
42 using namespace lld::mach_o::normalized;
43 using namespace lld;
114 void processDefinedAtoms(const lld::File &atomFile);
125 llvm::Error addSymbols(const lld::File &atomFile, NormalizedFile &file);
126 void addIndirectSymbols(const lld::File &atomFile, NormalizedFile &file);
127 void addRebaseAndBindingInfo(const lld::File &, NormalizedFile &file);
128 void addExportInfo(const lld::File &, NormalizedFile &file);
129 void addSectionRelocs(const lld
1579 namespace lld { namespace
[all...]
H A DArchHandler.h15 #include "lld/Common/LLVM.h"
16 #include "lld/Core/Error.h"
17 #include "lld/Core/Reference.h"
18 #include "lld/Core/Simple.h"
19 #include "lld/ReaderWriter/MachOLinkingContext.h"
22 namespace lld { namespace
124 const lld::Atom **, Reference::Addend *)>
130 const lld::Atom **)> FindAtomBySymbolIndex;
144 const lld::Atom **target,
160 const lld
[all...]
H A DShimPass.cpp28 #include "lld/Common/LLVM.h"
29 #include "lld/Core/DefinedAtom.h"
30 #include "lld/Core/File.h"
31 #include "lld/Core/Reference.h"
32 #include "lld/Core/Simple.h"
33 #include "lld/ReaderWriter/MachOLinkingContext.h"
37 namespace lld { namespace
58 if (const lld::DefinedAtom *daTarget = dyn_cast<DefinedAtom>(target)) {
128 } // end namespace lld
H A DMachONormalizedFile.h19 /// The normalized view converts to and from lld::Atoms using the
45 #include "lld/Common/LLVM.h"
46 #include "lld/Core/Error.h"
47 #include "lld/ReaderWriter/MachOLinkingContext.h"
72 namespace lld { namespace
311 /// Takes in-memory normalized dylib or object and parses it into lld::File
312 llvm::Expected<std::unique_ptr<lld::File>>
318 normalizedFromAtoms(const lld::File &atomFile, const MachOLinkingContext &ctxt);
328 bool handledDocTag(llvm::yaml::IO &io, const lld::File *&file) const override;
334 } // namespace lld
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp20 // ld.lld -Ttext=0 -o foo foo.o
31 #include "lld/Common/ErrorHandler.h"
40 namespace lld { namespace
80 } // namespace lld
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk5 # LINKER_TYPE is the major type of linker. Currently binutils and lld support
60 ${X_}LINKER_TYPE= lld
75 .if ${${X_}LINKER_TYPE} != "lld" || ${${X_}LINKER_VERSION} >= 50000
78 .if ${${X_}LINKER_TYPE} == "lld" && ${${X_}LINKER_VERSION} >= 60000
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h25 namespace lld { namespace
58 } // namespace lld
H A DWriter.h19 namespace lld { namespace
83 } // namespace lld

Completed in 132 milliseconds

12345678