Searched refs:mcld (Results 26 - 50 of 367) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DMemoryFactory.h13 #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
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp9 #include "mcld/Support/FileSystem.h"
10 #include "mcld/Support/Path.h"
12 using namespace mcld::sys::fs;
H A Draw_ostream.cpp9 #include <mcld/Support/raw_ostream.h>
11 using namespace mcld;
15 mcld::raw_fd_ostream::raw_fd_ostream(const char *pFilename,
22 mcld::raw_fd_ostream::raw_fd_ostream(int pFD,
29 mcld::raw_fd_ostream::~raw_fd_ostream()
33 void mcld::raw_fd_ostream::setLDInfo(const MCLDInfo& pLDInfo)
39 mcld::raw_fd_ostream::changeColor(enum llvm::raw_ostream::Colors pColor,
48 llvm::raw_ostream& mcld::raw_fd_ostream::resetColor()
57 llvm::raw_ostream& mcld::raw_fd_ostream::reverseColor()
65 bool mcld
[all...]
H A DTargetRegistry.cpp9 #include <mcld/Support/TargetRegistry.h>
12 mcld::TargetRegistry::TargetListTy mcld::TargetRegistry::s_TargetList;
14 void mcld::TargetRegistry::RegisterTarget(mcld::Target &T)
19 const mcld::Target* mcld::TargetRegistry::lookupTarget(const llvm::Target &pTarget)
21 mcld::Target *result = 0;
32 const mcld::Target *mcld
[all...]
H A DMsgHandling.cpp9 #include <mcld/LD/DiagnosticEngine.h>
10 #include <mcld/LD/DiagnosticLineInfo.h>
11 #include <mcld/LD/DiagnosticPrinter.h>
12 #include <mcld/LD/MsgHandler.h>
13 #include <mcld/Support/MsgHandling.h>
17 using namespace mcld;
25 mcld::InitializeDiagnosticEngine(const mcld::MCLDInfo& pLDInfo,
41 DiagnosticEngine& mcld::getDiagnosticEngine()
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsDiagnostic.cpp10 #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);
H A DMipsTargetMachine.h11 #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
H A DMipsSectLinker.cpp11 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
24 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheMipselTarget,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Diagnostic.cpp10 #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);
H A DX86TargetMachine.h11 #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/ARM/
H A DARMDiagnostic.cpp10 #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);
H A DARM.h12 #include <mcld/Target/TargetMachine.h>
14 namespace mcld { namespace
17 extern mcld::Target TheARMTarget;
18 extern mcld::Target TheThumbTarget;
22 } // namespace of mcld
H A DARMTargetMachine.h11 #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
H A DARMSectLinker.cpp10 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
23 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheARMTarget, createARMSectLinker);
46 mcld::TargetRegistry::RegisterSectLinker(TheThumbTarget, createARMSectLinker);
/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp9 #include <mcld/LD/SectionData.h>
10 #include <mcld/LD/LDSection.h>
12 using namespace mcld;
H A DBSDArchiveReader.cpp9 #include <mcld/MC/MCLDInput.h>
10 #include <mcld/LD/BSDArchiveReader.h>
11 #include <mcld/LD/Archive.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/
H A DELFSectLinker.cpp9 #include <mcld/Target/ELFSectLinker.h>
10 #include <mcld/CodeGen/SectLinkerOption.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DZOption.cpp9 #include <mcld/MC/ZOption.h>
11 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h14 #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
[all...]
/frameworks/compile/mclinker/unittests/
H A DSystemUtilsTest.cpp9 #include <mcld/Support/SystemUtils.h>
12 using namespace mcld;
13 using namespace mcld::test;
40 ASSERT_TRUE(NULL != mcld::sys::strerror(0));
H A DStaticResolverTest.h13 #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;
H A DUniqueGCFactoryBaseTest.h12 #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;
/frameworks/compile/mclinker/include/mcld/LD/
H A DDWARFLineInfo.h14 #include <mcld/LD/DiagnosticLineInfo.h>
16 namespace mcld namespace
28 } // namespace of mcld
H A DELFSectionMap.h12 #include <mcld/LD/SectionMap.h>
14 namespace mcld namespace
27 } // namespace of mcld
H A DLDWriter.h19 #include <mcld/Target/TargetLDBackend.h>
21 namespace mcld namespace

Completed in 180 milliseconds

1234567891011>>