Searched refs:mcld (Results 151 - 175 of 367) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFSectLinker.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFSectLinker.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp10 #include <mcld/Target/PLT.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp10 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
H A DX86ELFSectLinker.cpp11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
H A DX86GOT.h17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
64 } // namespace of mcld
H A DX86GOTPLT.h17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
71 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
H A DFileHandleTest.cpp9 #include <mcld/Support/FileHandle.h>
10 #include <mcld/Support/Path.h>
15 using namespace mcld;
48 mcld::sys::fs::Path path(TOPDIR);
64 mcld::sys::fs::Path path(TOPDIR);
88 mcld::sys::fs::Path path(TOPDIR);
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryArea.h15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/Path.h>
17 #include <mcld/Support/FileSystem.h>
18 #include <mcld/Support/FileHandle.h>
19 #include <mcld/Support/Space.h>
32 namespace mcld namespace
105 } // namespace of mcld
H A DMemoryAreaFactory.h14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/Support/MemoryArea.h>
16 #include <mcld/Support/Path.h>
17 #include <mcld/Support/FileHandle.h>
18 #include <mcld/Support/HandleToArea.h>
20 namespace mcld namespace
30 * mcld::Input should not create MemoryArea directly. Instead, it should ask
34 * constructor and destructor of MCLDFile. For mcld::Output, MCLinker
36 * aside, mcld::Input opens the file at constructor. In order to hide the
73 } // namespace of mcld
[all...]
H A DRealPath.h14 #include "mcld/Support/Path.h"
17 namespace mcld { namespace
47 } // namespace of mcld
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
H A DTargetRegistry.h22 namespace mcld { namespace
34 /// Target - mcld::Target is an object adapter of llvm::Target
38 friend class mcld::LLVMTargetMachine;
39 friend class mcld::TargetRegistry;
41 typedef mcld::LLVMTargetMachine *(*TargetMachineCtorTy)(const mcld::Target &,
52 typedef DiagnosticLineInfo *(*DiagnosticLineInfoCtorTy)(const mcld::Target&,
61 mcld::LLVMTargetMachine *createTargetMachine(const std::string &pTriple,
100 DiagnosticLineInfo* createDiagnosticLineInfo(const mcld::Target& pTarget,
123 /// TargetRegistry - mcld
[all...]
H A DMemoryRegion.h15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/Space.h>
20 namespace mcld namespace
84 } // namespace of mcld
H A DHandleToArea.h14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/ADT/TypeTraits.h>
16 #include <mcld/ADT/StringHash.h>
17 #include <mcld/Support/Path.h>
18 #include <mcld/Support/FileHandle.h>
21 namespace mcld namespace
116 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h20 #include "mcld/ADT/Uncopyable.h"
21 #include "mcld/LD/LDContext.h"
22 #include "mcld/Support/Path.h"
23 #include "mcld/Support/FileSystem.h"
24 #include "mcld/Support/GCFactory.h"
25 #include "mcld/Support/MemoryArea.h"
31 namespace mcld namespace
41 * @see mcld::sys::fs::Path LDContext
151 } // namespace of mcld
156 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h19 #include <mcld/ADT/HashTable.h>
20 #include <mcld/ADT/StringHash.h>
21 #include <mcld/ADT/Uncopyable.h>
22 #include <mcld/LD/ResolveInfo.h>
23 #include <mcld/LD/Resolver.h>
24 #include <mcld/LD/ResolveInfoFactory.h>
26 namespace mcld namespace
106 } // namespace of mcld
H A DRelocation.h17 #include <mcld/LD/Fragment.h>
18 #include <mcld/LD/FragmentRef.h>
19 #include <mcld/LD/ResolveInfo.h>
20 #include <mcld/LD/LDSymbol.h>
23 namespace mcld namespace
114 } // namespace of mcld
H A DEhFrame.h16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/LD/CIE.h>
18 #include <mcld/LD/FDE.h>
19 #include <mcld/LD/RegionFragment.h>
20 #include <mcld/Support/GCFactory.h>
22 namespace mcld namespace
141 } // namespace of mcld
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp9 #include <mcld/MC/InputTree.h>
10 #include <mcld/MC/MCLinker.h>
11 #include <mcld/MC/MCLDDriver.h>
12 #include <mcld/MC/MCLDInfo.h>
13 #include <mcld/LD/ArchiveReader.h>
14 #include <mcld/LD/ObjectReader.h>
15 #include <mcld/LD/DynObjReader.h>
16 #include <mcld/LD/ObjectWriter.h>
17 #include <mcld/LD/DynObjWriter.h>
18 #include <mcld/L
[all...]
H A DContextFactory.cpp9 #include <mcld/LD/LDContext.h>
10 #include <mcld/MC/ContextFactory.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp9 #include <mcld/Support/CommandLine.h>
17 using namespace mcld;
20 // parser<mcld::sys::fs::Path>
22 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
25 mcld::sys::fs::Path &Val)
33 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
34 const mcld::sys::fs::Path &V,
35 parser<mcld::sys::fs::Path>::OptVal Default,
50 void parser<mcld::sys::fs::Path>::anchor()
56 // parser<mcld
[all...]
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp1 //===- llvm-mcld.cpp ------------------------------------------------------===//
9 #include <mcld/Target/TargetMachine.h>
10 #include <mcld/Support/TargetSelect.h>
11 #include <mcld/Support/TargetRegistry.h>
12 #include <mcld/Support/CommandLine.h>
13 #include <mcld/Support/DerivedPositionDependentOptions.h>
14 #include <mcld/Support/Path.h>
15 #include <mcld/Support/RealPath.h>
16 #include <mcld/Support/MsgHandling.h>
17 #include <mcld/Suppor
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h16 #include <mcld/LD/SectionData.h>
17 #include <mcld/LD/RelocationFactory.h>
19 namespace mcld namespace
70 } // namespace of mcld
/frameworks/compile/libbcc/tools/mcld/
H A DAndroid.mk23 LOCAL_MODULE := mcld
42 LOCAL_MODULE := mcld

Completed in 429 milliseconds

1234567891011>>