HomeSort by relevance Sort by last modified time
    Searched defs:mcld (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /frameworks/compile/mclinker/include/mcld/LD/
LDWriter.h 19 #include <mcld/Target/TargetLDBackend.h>
21 namespace mcld namespace
ResolveInfoFactory.h 14 #include "mcld/LD/ResolveInfo.h"
16 namespace mcld namespace
34 } // namespace of mcld
Diagnostic.h 17 #include <mcld/LD/DiagnosticEngine.h>
19 namespace mcld namespace
94 } // 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
GNUArchiveReader.h 15 #include <mcld/LD/ArchiveReader.h>
16 #include <mcld/LD/Archive.h>
18 namespace mcld namespace
85 } // namespace of mcld
RegionFragment.h 16 #include <mcld/LD/Fragment.h>
17 #include <mcld/Support/MemoryRegion.h>
19 namespace mcld namespace
23 * \brief RegionFragment is a kind of Fragment containing mcld::MemoryRegion
48 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 14 #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/
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...]
SystemUtils.h 16 #include <mcld/Config/Config.h>
18 namespace mcld { namespace
30 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
ARMTargetMachine.h 11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
37 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsTargetMachine.h 11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
36 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
X86TargetMachine.h 11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
37 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
BinTreeTest.h 12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
FileHandleTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::FileHandle* m_pTestee;
FragmentTest.h 14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
MCRegionFragmentTest.h 15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
MemoryAreaTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::MemoryArea* m_pTestee;
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;
ReadStageTest.h 15 namespace mcld { namespace
33 void dumpInput(const mcld::Input &pInput, mcld::FileHandle &pFile, size_t pIdent);
35 void dumpOutput(const mcld::Output &pOutput, mcld::FileHandle &pFile, size_t pIdent);
41 } // end of namespace mcld
StringTableTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
  /frameworks/compile/libbcc/include/bcc/Support/
MemoryFactory.h 20 #include <mcld/Support/FileHandle.h>
21 #include <mcld/Support/MemoryAreaFactory.h>
23 namespace mcld { namespace
25 } // end namespace mcld
29 class MemoryFactory : public mcld::MemoryAreaFactory {
31 MemoryFactory() : mcld::MemoryAreaFactory(32) { }
35 using mcld::MemoryAreaFactory::produce;
37 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize)
38 { return mcld::MemoryAreaFactory::create(pMemBuffer, pSize); }
40 mcld::MemoryArea* produce(int pFD
    [all...]

Completed in 153 milliseconds

1 23 4 5 6 7 8