Searched defs:mcld (Results 26 - 50 of 192) sorted by relevance

12345678

/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp9 #include "mcld/Target/TargetMachine.h"
10 #include "mcld/Support/TargetRegistry.h"
12 namespace mcld { namespace
14 mcld::Target TheARMTarget;
15 mcld::Target TheThumbTarget;
18 // register into mcld::TargetRegistry
19 mcld::RegisterTarget X(TheARMTarget, "arm" );
20 mcld::RegisterTarget Y(TheThumbTarget, "thumb" );
23 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
39 } // namespace of mcld
H A DMipsELFSectLinker.h14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
26 mcld::TargetLDBackend &pLDBackend);
31 } // namespace of mcld
H A DMipsDiagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
17 namespace mcld { namespace
21 DiagnosticLineInfo* createMipsDiagLineInfo(const mcld::Target& pTarget,
27 } // namespace of mcld
33 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheMipselTarget, createMipsDiagLineInfo);
/frameworks/compile/mclinker/lib/Target/Mips/TargetInfo/
H A DMipsTargetInfo.cpp9 #include "mcld/Target/TargetMachine.h"
10 #include "mcld/Support/TargetRegistry.h"
12 namespace mcld { namespace
14 mcld::Target TheMipselTarget;
17 // register into mcld::TargetRegistry
18 mcld::RegisterTarget X(TheMipselTarget, "mipsel");
21 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp9 #include "mcld/Target/TargetMachine.h"
10 #include "mcld/Support/TargetRegistry.h"
12 namespace mcld { namespace
14 mcld::Target TheX86Target;
17 // register into mcld::TargetRegistry
18 mcld::RegisterTarget X(TheX86Target, "x86");
21 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
30 } // namespace of mcld
H A DX86ELFSectLinker.h14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
H A DX86Diagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
20 namespace mcld { namespace
24 DiagnosticLineInfo* createX86DiagLineInfo(const mcld::Target& pTarget,
30 } // namespace of mcld
36 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheX86Target, createX86DiagLineInfo);
/frameworks/compile/mclinker/unittests/
H A DFragmentRefTest.h15 namespace mcld namespace
19 } // namespace for mcld
H A DLDSymbolTest.h15 namespace mcld namespace
19 } // namespace for mcld
H A DSectionDataTest.h14 namespace mcld { namespace
16 } // namespace for mcld
H A DSystemUtilsTest.h14 namespace mcld { namespace
34 } // namespace of mcld
H A DBinTreeTest.h12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
H A DFileHandleTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::FileHandle* m_pTestee;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DUncopyable.h15 namespace mcld namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DDynObjReader.h14 #include "mcld/LD/LDReader.h"
17 namespace mcld namespace
42 } // namespace of mcld
H A DELFDynObjReader.h14 #include <mcld/LD/DynObjReader.h>
17 namespace mcld namespace
48 } // namespace of mcld
H A DELFObjectReader.h15 #include <mcld/LD/ObjectReader.h>
18 namespace mcld namespace
56 } // namespace of mcld
H A DLDWriter.h19 #include <mcld/Target/TargetLDBackend.h>
21 namespace mcld namespace
H A DResolveInfoFactory.h14 #include "mcld/LD/ResolveInfo.h"
16 namespace mcld namespace
34 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/MC/MCLDInput.h"
17 namespace mcld namespace
53 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
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 DSystemUtils.h16 #include <mcld/Config/Config.h>
18 namespace mcld { namespace
30 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMDiagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
20 namespace mcld { namespace
24 DiagnosticLineInfo* createARMDiagLineInfo(const mcld::Target& pTarget,
30 } // namespace of mcld
36 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheARMTarget, createARMDiagLineInfo);
37 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheThumbTarget, createARMDiagLineInfo);

Completed in 2130 milliseconds

12345678