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

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
MemoryFactory.h 13 #include <mcld/Support/FileHandle.h>
14 #include <mcld/Support/MemoryAreaFactory.h>
16 namespace mcld { namespace
18 } // end namespace mcld
22 class MemoryFactory : public mcld::MemoryAreaFactory {
24 MemoryFactory() : mcld::MemoryAreaFactory(32) { }
28 using mcld::MemoryAreaFactory::produce;
30 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize)
31 { return mcld::MemoryAreaFactory::create(pMemBuffer, pSize); }
33 mcld::MemoryArea* produce(int pFD
    [all...]
  /frameworks/compile/mclinker/lib/Support/
FileSystem.cpp 9 #include "mcld/Support/FileSystem.h"
10 #include "mcld/Support/Path.h"
12 using namespace mcld::sys::fs;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsDiagnostic.cpp 10 #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);
MipsELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
26 mcld::TargetLDBackend &pLDBackend);
31 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86Diagnostic.cpp 10 #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);
X86ELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
X86.h 12 #include "mcld/Target/TargetMachine.h"
14 namespace mcld { namespace
17 extern mcld::Target TheX86Target;
21 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMDiagnostic.cpp 10 #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);
ARMELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.h 13 #include <mcld/MC/MCLDInfo.h>
15 namespace mcld namespace
20 } // namespace for mcld
46 mcld::StaticResolver* m_pResolver;
47 mcld::ResolveInfoFactory* m_pFactory;
48 mcld::MCLDInfo* m_pLDInfo;
49 mcld::DiagnosticLineInfo* m_pLineInfo;
50 mcld::DiagnosticPrinter* m_pPrinter;
UniqueGCFactoryBaseTest.h 12 #include <mcld/Support/UniqueGCFactory.h>
13 #include <mcld/MC/MCLDInfo.h>
14 #include <mcld/LD/DiagnosticPrinter.h>
15 #include <mcld/LD/DiagnosticLineInfo.h>
42 mcld::MCLDInfo* m_pLDInfo;
43 mcld::DiagnosticLineInfo* m_pLineInfo;
44 mcld::DiagnosticPrinter* m_pPrinter;
SymbolTableTest.h 11 #include "mcld/LD/StringTable.h"
14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolTable<>* m_pTestee;
45 mcld::StringTable m_StrTable;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFSectLinker.h 19 #include <mcld/CodeGen/SectLinker.h>
21 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
DarwinLDBackend.h 15 namespace mcld namespace
28 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
SectionData.cpp 9 #include <mcld/LD/SectionData.h>
10 #include <mcld/LD/LDSection.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
ELFSectLinker.cpp 9 #include <mcld/Target/ELFSectLinker.h>
10 #include <mcld/CodeGen/SectLinkerOption.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/LD/
DWARFLineInfo.h 14 #include <mcld/LD/DiagnosticLineInfo.h>
16 namespace mcld namespace
28 } // namespace of mcld
ELFSectionMap.h 12 #include <mcld/LD/SectionMap.h>
14 namespace mcld namespace
27 } // namespace of mcld
LDWriter.h 19 #include <mcld/Target/TargetLDBackend.h>
21 namespace mcld namespace
BranchIsland.h 15 namespace mcld namespace
27 } // namespace of mcld
DiagnosticLineInfo.h 15 namespace mcld namespace
26 } // namespace of mcld
DynObjFileFormat.h 15 namespace mcld namespace
26 } // namespace of mcld
Group.h 15 namespace mcld namespace
25 } // namespace of mcld
  /frameworks/compile/mclinker/lib/MC/
ZOption.cpp 9 #include <mcld/MC/ZOption.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 14 #include <mcld/LD/MsgHandler.h>
16 namespace mcld namespace
37 } // namespace of mcld
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID)
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID)
51 inline mcld::MsgHandler mcld::error(unsigned int pID)
56 inline mcld::MsgHandler mcld::warning(unsigned int pID
    [all...]

Completed in 4408 milliseconds

12 3 4 5 6 7 8 91011>>