Searched refs:mcld (Results 51 - 75 of 367) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DRegionFragment.cpp10 #include <mcld/LD/RegionFragment.h>
12 using namespace mcld;
H A DAlignFragment.cpp9 #include <mcld/LD/AlignFragment.h>
11 #include <mcld/LD/SectionData.h>
13 using namespace mcld;
H A DCIE.cpp9 #include <mcld/LD/EhFrame.h>
10 #include <mcld/LD/CIE.h>
12 using namespace mcld;
H A DFDE.cpp10 #include <mcld/LD/FDE.h>
11 #include <mcld/LD/EhFrame.h>
13 using namespace mcld;
H A DLDFileFormat.cpp9 #include <mcld/LD/LDFileFormat.h>
10 #include <mcld/MC/MCLinker.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86.h12 #include "mcld/Target/TargetMachine.h"
14 namespace mcld { namespace
17 extern mcld::Target TheX86Target;
21 } // namespace of mcld
H A DX86ELFSectLinker.h14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DTargetMachineTest.cpp11 using namespace mcld;
40 mcld::addPassesToEmitFile();
H A DInputTreeTest.h14 namespace mcld namespace
20 } // namespace for mcld
46 mcld::AttributeFactory *m_pAttr;
47 mcld::InputFactory *m_pAlloc;
48 mcld::InputTree* m_pTestee;
H A DSymbolCategoryTest.h11 #include <mcld/LD/ResolveInfoFactory.h>
15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::SymbolCategory* m_pTestee;
46 mcld::ResolveInfoFactory m_InfoFactory;
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h15 namespace mcld namespace
27 } // namespace of mcld
H A DDiagnosticLineInfo.h15 namespace mcld namespace
26 } // namespace of mcld
H A DGroup.h15 namespace mcld namespace
25 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h15 #include <mcld/LD/LDContext.h>
16 #include <mcld/Support/UniqueGCFactory.h>
17 #include <mcld/Support/Path.h>
19 namespace mcld namespace
45 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DDarwinLDBackend.h15 namespace mcld namespace
28 } // namespace of mcld
H A DStub.h14 #include "mcld/LD/Relocation.h"
16 namespace mcld namespace
27 } // namespace of mcld
H A DELFSectLinker.h19 #include <mcld/CodeGen/SectLinker.h>
21 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFSectLinker.h14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFSectLinker.h14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
26 mcld::TargetLDBackend &pLDBackend);
31 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/
H A DTarget.cpp9 #include <mcld/Support/TargetRegistry.h>
10 #include <mcld/Target/TargetMachine.h>
16 mcld::Target::Target()
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp15 #include <mcld/LD/TextDiagnosticPrinter.h>
16 #include <mcld/MC/InputTree.h>
17 #include <mcld/MC/MCLDDirectory.h>
18 #include <mcld/Target/TargetLDBackend.h>
19 #include <mcld/Support/RegionFactory.h>
20 #include <mcld/Support/TargetSelect.h>
21 #include <mcld/Support/MsgHandling.h>
22 #include <mcld/Support/raw_ostream.h>
23 #include <mcld/Support/SystemUtils.h>
24 #include <mcld/Suppor
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DCommandLine.h16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/MC/MCLDDirectory.h>
18 #include <mcld/MC/ZOption.h>
21 // parser<mcld::sys::fs::Path>
27 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
33 mcld::sys::fs::Path &Val);
37 const mcld::sys::fs::Path &V,
44 // parser<mcld::MCLDDirectory>
47 class parser<mcld
[all...]
H A DRegionFactory.h14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/Support/MemoryRegion.h>
16 #include <mcld/Support/MemoryArea.h>
17 #include <mcld/Support/FileSystem.h>
19 namespace mcld namespace
43 } // namespace of mcld
/frameworks/compile/libbcc/lib/Support/
H A DLinkerConfig.cpp22 #include <mcld/MC/MCLDInfo.h>
23 #include <mcld/MC/MCLDFile.h>
24 #include <mcld/MC/MCLDDirectory.h>
25 #include <mcld/LD/TextDiagnosticPrinter.h>
26 #include <mcld/Support/Path.h>
27 #include <mcld/Support/MsgHandling.h>
28 #include <mcld/Support/raw_ostream.h>
58 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
62 ALOGE("Cannot initialize mcld::Target for given triple '%s'! (%s)\n",
70 ALOGE("Cannot initialize mcld
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp15 #include <mcld/MC/MCLDInfo.h>
16 #include <mcld/MC/MCLDFile.h>
17 #include <mcld/MC/MCLDDirectory.h>
18 #include <mcld/LD/TextDiagnosticPrinter.h>
19 #include <mcld/Support/Path.h>
20 #include <mcld/Support/MsgHandling.h>
21 #include <mcld/Support/raw_ostream.h>
51 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
55 ALOGE("Cannot initialize mcld::Target for given triple '%s'! (%s)\n",
63 ALOGE("Cannot initialize mcld
[all...]

Completed in 3030 milliseconds

1234567891011>>