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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
29 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
30 } // namespace of mcld
X86GOT.h 17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
64 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
DirIteratorTest.h 14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
FactoriesTest.h 12 #include "mcld/ADT/TreeAllocator.h"
13 #include "mcld/MC/MCLDFile.h"
39 typedef mcld::NodeFactory<int> NodeAlloc;
40 typedef mcld::MCLDFileFactory FileAlloc;
FragmentRefTest.cpp 11 #include <mcld/LD/FragmentRef.h>
12 #include <mcld/LD/RegionFragment.h>
13 #include <mcld/Support/MemoryAreaFactory.h>
14 #include <mcld/Support/FileHandle.h>
15 #include <mcld/Support/Path.h>
17 using namespace mcld;
18 using namespace mcld::sys::fs;
19 using namespace mcld::sys::fs::detail;
SymbolTableTest.cpp 9 #include "mcld/LD/SymbolTable.h"
12 using namespace mcld;
42 mcld::SymbolTable<>::iterator it;
TestLinkerTest.cpp 12 #include <mcld/Support/Path.h>
13 #include <mcld/MC/MCLDDirectory.h>
15 using namespace mcld;
16 using namespace mcld::test;
17 using namespace mcld::sys::fs;
34 m_pLinker = new mcld::test::TestLinker();
47 mcld::sys::fs::Path path = TOPDIR;
67 mcld::sys::fs::Path top_level = TOPDIR;
GCFactoryListTraitsTest.h 14 #include <mcld/Support/GCFactoryListTraits.h>
18 #include <mcld/Support/GCFactory.h>
59 class NodeFactory : public mcld::GCFactory<Node, 0> {
61 NodeFactory() : mcld::GCFactory<Node, 0>(16) { }
82 const llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > &getNodeList() const
85 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > &getNodeList()
92 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > m_pNodeList;
DirIteratorTest.cpp 9 #include "mcld/Support/Directory.h"
13 using namespace mcld;
14 using namespace mcld::sys::fs;
27 m_pDir = new mcld::sys::fs::Directory(".");
ReadStageTest.cpp 10 #include <mcld/LD/LDContext.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/LD/SectionData.h>
13 #include <mcld/LD/Fragment.h>
14 #include <mcld/LD/FragmentRef.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/LD/ResolveInfo.h>
23 using namespace mcld;
24 using namespace mcld::test;
40 m_pLinker = new mcld::test::TestLinker()
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
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
ELFObjectWriter.h 15 #include <mcld/LD/ObjectWriter.h>
16 #include <mcld/LD/ELFWriter.h>
18 namespace mcld namespace
44 } // namespace of mcld
ELFSegmentFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/ELFSegment.h>
17 namespace mcld namespace
43 } // namespace of mcld
FragmentRef.h 15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
83 } // namespace of mcld
LDReader.h 17 namespace mcld namespace
44 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/Space.h>
20 namespace mcld namespace
84 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 9 #include <mcld/LD/DiagnosticEngine.h>
10 #include <mcld/LD/DiagnosticPrinter.h>
11 #include <mcld/LD/DiagnosticLineInfo.h>
12 #include <mcld/MC/MCLDInfo.h>
14 using namespace mcld;
ELFSectionMap.cpp 9 #include <mcld/Support/MsgHandling.h>
10 #include <mcld/LD/ELFSectionMap.h>
12 using namespace mcld;
Fragment.cpp 10 #include <mcld/LD/Fragment.h>
14 #include <mcld/LD/SectionData.h>
16 using namespace mcld;
  /frameworks/compile/libbcc/include/bcc/
Linker.h 22 namespace mcld { namespace
37 } // end namespace mcld
66 mcld::TargetLDBackend *mBackend;
67 mcld::MCLDDriver *mDriver;
69 mcld::MCLDInfo *mLDInfo;
70 mcld::TreeIteratorBase *mRoot;
100 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
102 mcld::Input& pInput);
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 15 namespace mcld { namespace
30 } // end namespace mcld
59 mcld::TargetLDBackend *mBackend;
60 mcld::MCLDDriver *mDriver;
62 mcld::MCLDInfo *mLDInfo;
63 mcld::TreeIteratorBase *mRoot;
93 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
95 mcld::Input& pInput);
  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinkerOption.h 15 #include <mcld/MC/MCLDInfo.h>
16 #include <mcld/Support/PositionDependentOption.h>
20 namespace mcld namespace
55 } // namespace of mcld
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 9 #include "mcld/MC/InputFactory.h"
10 #include "mcld/MC/AttributeFactory.h"
12 using namespace mcld;
29 mcld::Input* result = Alloc::allocate();
30 new (result) mcld::Input(pName, pPath, m_AttrFactory.last(), pType, pFileOffset);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Support/GCFactory.h>
19 namespace mcld namespace
53 } // namespace of mcld

Completed in 83 milliseconds

1 2 3 4 56 7 8 91011>>