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

1 2 34 5 6 7 8

  /frameworks/compile/mclinker/include/mcld/LD/
TargetFragment.h 16 #include <mcld/LD/Fragment.h>
18 namespace mcld namespace
46 } // namespace of mcld
TextDiagnosticPrinter.h 14 #include <mcld/LD/DiagnosticPrinter.h>
17 namespace mcld namespace
47 } // namespace of mcld
DiagnosticInfos.h 16 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
ELFWriter.h 16 #include <mcld/MC/MCLDOutput.h>
18 namespace mcld namespace
122 } // namespace of mcld
EhFrameHdr.h 16 #include <mcld/ADT/SizeTraits.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/MemoryRegion.h>
19 #include <mcld/MC/MCLDOutput.h>
20 #include <mcld/MC/MCLinker.h>
21 #include <mcld/LD/EhFrame.h>
22 #include <mcld/LD/LDSection.h>
23 #include <mcld/LD/CIE.h>
24 #include <mcld/LD/FDE.h>
25 #include <mcld/LD/Layout.h
27 namespace mcld namespace
    [all...]
FDE.h 16 #include <mcld/LD/CIE.h>
17 #include <mcld/LD/RegionFragment.h>
19 namespace mcld namespace
49 } // namespace of mcld
FillFragment.h 17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
53 } // namespace of mcld
LDReader.h 17 namespace mcld namespace
44 } // namespace of mcld
MsgHandler.h 17 #include <mcld/Support/Path.h>
18 #include <mcld/LD/DiagnosticEngine.h>
20 namespace mcld namespace
125 } // namespace of mcld
NamePool.h 19 #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
ObjectReader.h 14 #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
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDirectory.h 14 #include "mcld/Support/Directory.h"
15 #include "mcld/Support/FileSystem.h"
19 namespace mcld namespace
50 } // namespace of mcld
MCLDOutput.h 20 #include <mcld/MC/MCLDFile.h>
21 #include <mcld/Support/RealPath.h>
24 namespace mcld namespace
49 } // namespace of mcld
MCLDDriver.h 21 #include <mcld/LD/SectionMap.h>
23 namespace mcld namespace
126 } // end namespace mcld
  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 19 namespace mcld { namespace
115 } // namespace of mcld
PathCache.h 16 #include "mcld/ADT/HashEntry.h"
17 #include "mcld/ADT/HashTable.h"
18 #include "mcld/ADT/StringHash.h"
19 #include "mcld/Support/Path.h"
21 namespace mcld { namespace
27 mcld::sys::fs::Path*,
35 } // namespace of mcld
MemoryArea.h 15 #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
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...]
  /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/unittests/
DirIteratorTest.h 14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
InputTreeTest.h 14 namespace mcld namespace
20 } // namespace for mcld
46 mcld::AttributeFactory *m_pAttr;
47 mcld::InputFactory *m_pAlloc;
48 mcld::InputTree* m_pTestee;
SymbolCategoryTest.h 11 #include <mcld/LD/ResolveInfoFactory.h>
15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::SymbolCategory* m_pTestee;
46 mcld::ResolveInfoFactory m_InfoFactory;
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/CodeGen/
SectLinker.h 20 #include <mcld/Support/PositionDependentOption.h>
29 namespace mcld namespace
SectLinkerOption.h 15 #include <mcld/MC/MCLDInfo.h>
16 #include <mcld/Support/PositionDependentOption.h>
20 namespace mcld namespace
55 } // namespace of mcld

Completed in 108 milliseconds

1 2 34 5 6 7 8