Searched refs:mcld (Results 226 - 250 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp10 #include <mcld/Target/ELFAttributeValue.h>
14 #include <mcld/Support/LEB128.h>
16 using namespace mcld;
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPreferenceOptions.cpp9 #include <mcld/PreferenceOptions.h>
10 #include <mcld/LinkerConfig.h>
11 #include <mcld/Support/CommandLine.h>
12 #include <mcld/Support/raw_ostream.h>
58 llvm::cl::opt<mcld::PreferenceOptions::Color> ArgColor("color",
61 llvm::cl::init(mcld::PreferenceOptions::COLOR_Auto),
63 clEnumValN(mcld::PreferenceOptions::COLOR_Never, "never",
65 clEnumValN(mcld::PreferenceOptions::COLOR_Always, "always",
67 clEnumValN(mcld::PreferenceOptions::COLOR_Auto, "auto",
96 llvm::cl::init("mcld"));
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h20 namespace mcld { namespace
37 friend class mcld::MCLDTargetMachine;
38 friend class mcld::TargetRegistry;
44 const mcld::Target &,
57 typedef DiagnosticLineInfo *(*DiagnosticLineInfoCtorTy)(const mcld::Target&,
87 DiagnosticLineInfo* createDiagnosticLineInfo(const mcld::Target& pTarget,
102 } //end namespace mcld
H A DMemoryArea.h12 #include <mcld/ADT/Uncopyable.h>
17 namespace mcld { namespace
46 } // namespace of mcld
/frameworks/compile/mclinker/lib/LD/
H A DLDSymbol.cpp9 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/Config/Config.h>
12 #include <mcld/Fragment/FragmentRef.h>
13 #include <mcld/Fragment/NullFragment.h>
14 #include <mcld/Support/GCFactory.h>
20 using namespace mcld;
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp9 #include <mcld/Support/TargetRegistry.h>
11 using namespace mcld;
13 TargetRegistry::TargetListTy mcld::TargetRegistry::s_TargetList;
74 for (mcld::TargetRegistry::iterator it = mcld::TargetRegistry::begin(),
75 ie = mcld::TargetRegistry::end(); it != ie; ++it) {
/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp9 #include <mcld/Support/FileHandle.h>
10 #include <mcld/Support/Path.h>
15 using namespace mcld;
46 mcld::sys::fs::Path path(TOPDIR);
63 mcld::sys::fs::Path path(TOPDIR);
87 mcld::sys::fs::Path path(TOPDIR);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h14 #include <mcld/Fragment/Fragment.h>
16 namespace mcld { namespace
49 } // namespace of mcld
H A DRegionFragment.h12 #include <mcld/Fragment/Fragment.h>
15 namespace mcld { namespace
42 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFDynObjReader.h11 #include <mcld/LD/DynObjReader.h>
13 namespace mcld { namespace
46 } // namespace of mcld
H A DNamePool.h12 #include <mcld/Config/Config.h>
13 #include <mcld/ADT/HashTable.h>
14 #include <mcld/ADT/StringHash.h>
15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/LD/Resolver.h>
17 #include <mcld/LD/ResolveInfo.h>
18 #include <mcld/Support/GCFactory.h>
24 namespace mcld { namespace
139 } // namespace of mcld
H A DTextDiagnosticPrinter.h11 #include <mcld/LD/DiagnosticPrinter.h>
14 namespace mcld namespace
44 } // namespace of mcld
H A DBinaryReader.h11 #include "mcld/LD/LDReader.h"
13 namespace mcld { namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssertCmd.h12 #include <mcld/Script/ScriptCommand.h>
15 namespace mcld namespace
53 } // namespace of mcld
H A DInputToken.h12 #include <mcld/Script/StrToken.h>
14 namespace mcld namespace
51 } // namepsace of mcld
H A DScriptReader.h12 #include <mcld/LD/LDReader.h>
14 namespace mcld { namespace
43 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h12 #include <mcld/LD/RelocData.h>
14 namespace mcld namespace
66 } // namespace of mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp10 #include <mcld/Fragment/Stub.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp9 #include <mcld/Script/RpnExpr.h>
10 #include <mcld/Script/ExprToken.h>
11 #include <mcld/Script/Operand.h>
12 #include <mcld/Script/Operator.h>
13 #include <mcld/Support/GCFactory.h>
14 #include <mcld/Support/raw_ostream.h>
18 using namespace mcld;
48 mcld::outs() << " ";
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h12 #include <mcld/Target/ELFDynamic.h>
14 namespace mcld { namespace
37 } // namespace of mcld
H A DMipsGNUInfo.h12 #include <mcld/Target/GNUInfo.h>
14 namespace mcld { namespace
38 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
47 } // namespace of mcld
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp9 #include <mcld/CodeGen/TargetMachine.h>
11 #include <mcld/Module.h>
12 #include <mcld/LinkerConfig.h>
13 #include <mcld/CodeGen/MCLinker.h>
14 #include <mcld/Support/TargetRegistry.h>
15 #include <mcld/Support/ToolOutputFile.h>
16 #include <mcld/Target/TargetLDBackend.h>
50 using namespace mcld;
92 mcld::MCLDTargetMachine::MCLDTargetMachine(llvm::TargetMachine &pTM,
94 const mcld
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp22 #include <mcld/IRBuilder.h>
23 #include <mcld/LinkerConfig.h>
24 #include <mcld/Fragment/FillFragment.h>
25 #include <mcld/Fragment/AlignFragment.h>
26 #include <mcld/Fragment/RegionFragment.h>
27 #include <mcld/Fragment/Stub.h>
28 #include <mcld/Fragment/NullFragment.h>
29 #include <mcld/Support/MemoryRegion.h>
30 #include <mcld/Support/MemoryArea.h>
31 #include <mcld/Suppor
427 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h12 namespace mcld { namespace
33 } // namespace of mcld

Completed in 517 milliseconds

1234567891011>>