Searched defs:mcld (Results 76 - 100 of 192) sorted by relevance

12345678

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86SectLinker.cpp10 #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);
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
H A DX86GOT.h17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
64 } // namespace of mcld
H A DX86GOTPLT.h17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
71 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
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;
H A DSymbolTableTest.h11 #include "mcld/LD/StringTable.h"
14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolTable<>* m_pTestee;
45 mcld::StringTable m_StrTable;
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;
/frameworks/compile/libbcc/include/bcc/Support/
H A DMemoryFactory.h20 #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
[all...]
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h20 #include <mcld/Support/PositionDependentOption.h>
29 namespace mcld namespace
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h16 namespace mcld { namespace
21 #include "mcld/LD/DiagCommonKinds.inc"
22 #include "mcld/LD/DiagReaders.inc"
23 #include "mcld/LD/DiagSymbolResolutions.inc"
24 #include "mcld/LD/DiagRelocations.inc"
25 #include "mcld/LD/DiagLayouts.inc"
26 #include "mcld/LD/DiagGOTPLT.inc"
53 } // namespace of mcld
H A DELFWriter.h16 #include <mcld/MC/MCLDOutput.h>
18 namespace mcld namespace
122 } // namespace of mcld
H A DFDE.h16 #include <mcld/LD/CIE.h>
17 #include <mcld/LD/RegionFragment.h>
19 namespace mcld namespace
49 } // namespace of mcld
H A DLDReader.h17 namespace mcld namespace
44 } // namespace of mcld
H A DNamePool.h19 #include <mcld/ADT/HashTable.h>
20 #include <mcld/ADT/StringHash.h>
21 #include <mcld/ADT/Uncopyable.h>
22 #include <mcld/LD/ResolveInfo.h>
23 #include <mcld/LD/Resolver.h>
24 #include <mcld/LD/ResolveInfoFactory.h>
26 namespace mcld namespace
106 } // namespace of mcld
H A DObjectReader.h14 #include "mcld/LD/LDReader.h"
16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/LD/ResolveInfo.h>
19 #include <mcld/LD/ResolveInfoFactory.h>
21 namespace mcld namespace
66 } // namespace of mcld
H A DRegionFragment.h16 #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
H A DTargetFragment.h16 #include <mcld/LD/Fragment.h>
18 namespace mcld namespace
46 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h19 namespace mcld { namespace
115 } // namespace of mcld
H A DMemoryArea.h15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/Path.h>
17 #include <mcld/Support/FileSystem.h>
18 #include <mcld/Support/FileHandle.h>
19 #include <mcld/Support/Space.h>
32 namespace mcld namespace
105 } // namespace of mcld
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...]
H A DTargetSelect.h18 #include "mcld/Config/Targets.def"
22 #include "mcld/Config/Targets.def"
26 #include "mcld/Config/Linkers.def"
30 #include "mcld/Config/Linkers.def"
34 #include "mcld/Config/Linkers.def"
38 #include "mcld/Config/Linkers.def"
42 namespace mcld namespace
51 #include "mcld/Config/Targets.def"
60 mcld::InitializeAllTargetInfos();
63 #include "mcld/Confi
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.h15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Support/GCFactory.h>
19 namespace mcld namespace
53 } // namespace of mcld
/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...]

Completed in 92 milliseconds

12345678