Searched refs:mcld (Results 76 - 100 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp10 #include <mcld/LD/LDSymbol.h>
13 using namespace mcld;
H A DTargetMachineTest.cpp11 using namespace mcld;
40 mcld::addPassesToEmitFile();
H A DUniqueGCFactoryBaseTest.h12 #include <mcld/Support/UniqueGCFactory.h>
13 #include <mcld/LinkerConfig.h>
14 #include <mcld/LD/DiagnosticPrinter.h>
41 mcld::LinkerConfig* m_pConfig;
H A DSymbolTableTest.cpp9 #include <mcld/LD/SymbolTable.h>
12 using namespace mcld;
42 mcld::SymbolTable<>::iterator it;
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h12 #include <mcld/LD/LDContext.h>
13 #include <mcld/Support/UniqueGCFactory.h>
14 #include <mcld/Support/Path.h>
16 namespace mcld namespace
42 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMips.h12 namespace mcld { namespace
19 } // namespace of mcld
H A DMipsELFMCLinker.h11 #include <mcld/Target/ELFMCLinker.h>
13 namespace mcld { namespace
25 mcld::Module& pModule,
31 } // namespace of mcld
H A DMipsTargetMachine.h12 #include <mcld/CodeGen/TargetMachine.h>
14 namespace mcld { namespace
21 const mcld::Target &pMCLDTarget,
25 } // namespace of mcld
H A DMipsEmulation.cpp10 #include <mcld/LinkerScript.h>
11 #include <mcld/LinkerConfig.h>
12 #include <mcld/Target/ELFEmulation.h>
13 #include <mcld/Support/TargetRegistry.h>
15 namespace mcld { namespace
59 } // namespace of mcld
65 mcld::TargetRegistry::RegisterEmulation(mcld::TheMipselTarget,
66 mcld::emulateMipsLD);
67 mcld
[all...]
/frameworks/compile/mclinker/templates/
H A Dheader.h12 namespace mcld namespace
23 } // namespace of mcld
H A DimplTest.cpp9 #include <mcld/${deployment}/${class_name}.h>
12 using namespace mcld;
13 using namespace mcld::test;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFMCLinker.h16 #include <mcld/CodeGen/MCLinker.h>
18 namespace mcld { namespace
28 mcld::Module& pModule,
34 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFMCLinker.h11 #include <mcld/Target/ELFMCLinker.h>
13 namespace mcld { namespace
25 mcld::Module& pModule,
31 } // namespace of mcld
H A DAArch64TargetMachine.h13 #include <mcld/CodeGen/TargetMachine.h>
15 namespace mcld { namespace
22 const mcld::Target& pMCLDTarget,
26 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h17 namespace mcld { namespace
22 extern mcld::Target TheARMTarget;
23 extern mcld::Target TheThumbTarget;
27 } // namespace of mcld
H A DARMELFMCLinker.h11 #include <mcld/Target/ELFMCLinker.h>
13 namespace mcld { namespace
25 mcld::Module& pModule,
31 } // namespace of mcld
H A DARMTargetMachine.h13 #include <mcld/CodeGen/TargetMachine.h>
15 namespace mcld { namespace
22 const mcld::Target& pMCLDTarget,
26 } // namespace of mcld
H A DARMEmulation.cpp10 #include <mcld/LinkerConfig.h>
11 #include <mcld/LinkerScript.h>
12 #include <mcld/Target/ELFEmulation.h>
13 #include <mcld/Support/TargetRegistry.h>
15 namespace mcld { namespace
63 } // namespace of mcld
70 mcld::TargetRegistry::RegisterEmulation(mcld::TheARMTarget, mcld::emulateARMLD);
71 mcld
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFMCLinker.h11 #include <mcld/Target/ELFMCLinker.h>
13 namespace mcld { namespace
27 mcld::Module& pModule,
33 } // namespace of mcld
H A DHexagonGOT.cpp11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/SectionData.h>
16 using namespace mcld;
H A DHexagonTargetMachine.h12 #include <mcld/CodeGen/TargetMachine.h>
14 namespace mcld { namespace
21 const mcld::Target &pMCLDTarget,
25 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp10 #include <mcld/Target/PLT.h>
11 #include <mcld/IRBuilder.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86.h17 namespace mcld { namespace
22 extern mcld::Target TheX86_32Target;
23 extern mcld::Target TheX86_64Target;
27 } // namespace of mcld
H A DX86ELFMCLinker.h11 #include <mcld/Target/ELFMCLinker.h>
13 namespace mcld { namespace
27 mcld::Module& pModule,
33 } // namespace of mcld
H A DX86TargetMachine.h12 #include <mcld/CodeGen/TargetMachine.h>
14 namespace mcld { namespace
21 const mcld::Target& pMCLDTarget,
25 } // namespace of mcld

Completed in 310 milliseconds

1234567891011>>