HomeSort by relevance Sort by last modified time
    Searched refs:mcld (Results 76 - 100 of 368) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
NamePoolTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::NamePool* m_pTestee;
PathSetTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::PathSet* m_pTestee;
StringTableTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
TargetMachineTest.cpp 11 using namespace mcld;
40 mcld::addPassesToEmitFile();
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 15 #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/LD/
DynObjWriter.h 14 #include <mcld/MC/MCLDOutput.h>
15 #include <mcld/LD/LDWriter.h>
18 namespace mcld namespace
38 } // namespace of mcld
ExecWriter.h 14 #include <mcld/MC/MCLDOutput.h>
15 #include <mcld/LD/LDWriter.h>
18 namespace mcld namespace
38 } // namespace of mcld
ELFDynObjWriter.h 16 #include <mcld/LD/DynObjWriter.h>
17 #include <mcld/LD/ELFWriter.h>
18 #include <mcld/LD/LDContext.h>
19 #include <mcld/LD/LDSection.h>
20 #include <mcld/Support/MemoryArea.h>
25 namespace mcld namespace
50 } // namespace of mcld
ELFExecWriter.h 16 #include <mcld/LD/ExecWriter.h>
17 #include <mcld/LD/ELFWriter.h>
18 #include <mcld/LD/LDContext.h>
19 #include <mcld/LD/LDSection.h>
20 #include <mcld/Support/MemoryArea.h>
25 namespace mcld namespace
50 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
AlignFragment.cpp 9 #include <mcld/LD/AlignFragment.h>
11 #include <mcld/LD/SectionData.h>
13 using namespace mcld;
CIE.cpp 9 #include <mcld/LD/EhFrame.h>
10 #include <mcld/LD/CIE.h>
12 using namespace mcld;
FDE.cpp 10 #include <mcld/LD/FDE.h>
11 #include <mcld/LD/EhFrame.h>
13 using namespace mcld;
LDFileFormat.cpp 9 #include <mcld/LD/LDFileFormat.h>
10 #include <mcld/MC/MCLinker.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
Target.cpp 9 #include <mcld/Support/TargetRegistry.h>
10 #include <mcld/Target/TargetMachine.h>
16 mcld::Target::Target()
  /frameworks/compile/mclinker/unittests/Linker/
TestLinker.cpp 15 #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/Support/MemoryAreaFactory.h
    [all...]
  /frameworks/compile/libbcc/lib/Support/
LinkerConfig.cpp 22 #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::MCLDInfo for given triple '%s!\n"
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 15 #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::MCLDInfo for given triple '%s!\n"
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
RegionFactory.h 14 #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
MemoryAreaFactory.h 14 #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...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86SectLinker.cpp 10 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
23 mcld::TargetLDBackend &pLDBackend)
42 } // namespace of mcld
48 mcld::TargetRegistry::RegisterSectLinker(TheX86Target, createX86SectLinker);
  /frameworks/compile/libbcc/include/bcc/Support/
LinkerConfig.h 22 #include <mcld/MC/MCLDInfo.h>
23 #include <mcld/Support/TargetRegistry.h>
24 #include <mcld/LD/DiagnosticLineInfo.h>
25 #include <mcld/LD/DiagnosticPrinter.h>
42 const mcld::Target *mTarget;
45 mcld::MCLDInfo *mLDInfo;
48 mcld::DiagnosticLineInfo *mDiagLineInfo;
49 mcld::DiagnosticPrinter *mDiagPrinter;
59 inline const mcld::Target *getTarget() const
62 inline mcld::MCLDInfo* getLDInfo(
    [all...]
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 15 #include <mcld/MC/MCLDInfo.h>
16 #include <mcld/Support/TargetRegistry.h>
17 #include <mcld/LD/DiagnosticLineInfo.h>
18 #include <mcld/LD/DiagnosticPrinter.h>
35 const mcld::Target *mTarget;
38 mcld::MCLDInfo *mLDInfo;
41 mcld::DiagnosticLineInfo *mDiagLineInfo;
42 mcld::DiagnosticPrinter *mDiagPrinter;
52 inline const mcld::Target *getTarget() const
55 inline mcld::MCLDInfo* getLDInfo(
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 24 #include <mcld/MC/MCLDDriver.h>
25 #include <mcld/MC/InputTree.h>
26 #include <mcld/MC/MCLinker.h>
27 #include <mcld/MC/InputTree.h>
28 #include <mcld/LD/LDSection.h>
29 #include <mcld/LD/LDContext.h>
30 #include <mcld/Target/TargetLDBackend.h>
31 #include <mcld/Support/Path.h>
32 #include <mcld/Support/MemoryArea.h>
33 #include <mcld/Support/FileHandle.h
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 17 #include <mcld/MC/MCLDDriver.h>
18 #include <mcld/MC/InputTree.h>
19 #include <mcld/MC/MCLinker.h>
20 #include <mcld/MC/InputTree.h>
21 #include <mcld/LD/LDSection.h>
22 #include <mcld/LD/LDContext.h>
23 #include <mcld/Target/TargetLDBackend.h>
24 #include <mcld/Support/Path.h>
25 #include <mcld/Support/MemoryArea.h>
26 #include <mcld/Support/FileHandle.h
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLDInfo.cpp 9 #include <mcld/Config/Config.h>
10 #include <mcld/MC/MCLDInfo.h>
11 #include <mcld/MC/InputFactory.h>
12 #include <mcld/MC/AttributeFactory.h>
13 #include <mcld/MC/ContextFactory.h>
14 #include <mcld/LD/NamePool.h>
15 #include <mcld/LD/StaticResolver.h>
16 #include <mcld/Support/FileSystem.h>
19 using namespace mcld;
35 m_pOutput = new mcld::Output()
    [all...]

Completed in 236 milliseconds

1 2 34 5 6 7 8 91011>>