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

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
LDSymbolTest.h 15 namespace mcld namespace
19 } // namespace for mcld
MCFragmentRefTest.h 15 namespace mcld namespace
19 } // namespace for mcld
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;
SymbolTableTest.cpp 9 #include "mcld/LD/SymbolTable.h"
12 using namespace mcld;
42 mcld::SymbolTable<>::iterator it;
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(".");
  /frameworks/compile/mclinker/lib/MC/
MCLDInfo.cpp 9 #include <mcld/MC/MCLDInfo.h>
10 #include <mcld/Support/FileSystem.h>
11 #include <mcld/MC/InputFactory.h>
12 #include <mcld/MC/AttributeFactory.h>
13 #include <mcld/MC/ContextFactory.h>
14 #include <mcld/Config/Config.h>
17 using namespace mcld;
34 m_pOutput = new mcld::Output();
66 return mcld::internal::version;
MCLDOptions.cpp 9 #include "mcld/MC/MCLDOptions.h"
10 #include "mcld/MC/MCLDInput.h"
12 using namespace mcld;
30 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
ContextFactory.cpp 9 #include <mcld/LD/LDContext.h>
10 #include <mcld/MC/ContextFactory.h>
12 using namespace mcld;
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/X86/
X86GOT.h 16 #include <mcld/Target/GOT.h>
18 namespace mcld namespace
30 friend void mcld::X86PLT::reserveEntry(size_t pNum);
32 friend mcld::PLTEntry* mcld::X86PLT::getPLTEntry(
33 const mcld::ResolveInfo& pSymbol,bool& pExist);
35 friend mcld::GOTEntry* mcld::X86PLT::getGOTPLTEntry(
36 const mcld::ResolveInfo& pSymbol,bool& pExist);
88 } // namespace of mcld
    [all...]
X86ELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
36 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/LD/
ELFDynObjFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld namespace
35 } // namespace of mcld
ELFExecFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld namespace
35 } // 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
ELFObjectWriter.h 15 #include <mcld/LD/ObjectWriter.h>
16 #include <mcld/LD/ELFWriter.h>
18 namespace mcld namespace
44 } // namespace of mcld
ArchiveReader.h 14 #include "mcld/LD/LDReader.h"
16 namespace mcld namespace
36 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
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
TargetRegistry.h 22 namespace mcld { namespace
33 /// Target - mcld::Target is an object adapter of llvm::Target
37 friend class mcld::LLVMTargetMachine;
38 friend class mcld::TargetRegistry;
40 typedef mcld::LLVMTargetMachine *(*TargetMachineCtorTy)(const mcld::Target &,
63 mcld::LLVMTargetMachine *createTargetMachine(const std::string &pTriple,
108 /// TargetRegistry - mcld::TargetRegistry is an object adapter of
114 typedef std::list<mcld::Target*> TargetListTy;
135 static void RegisterTarget(mcld::Target &T)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 9 #include <mcld/LD/ELFSegmentFactory.h>
11 using namespace mcld;
  /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/templates/
headerTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::${class_name}* m_pTestee;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 17 #include <mcld/Support/FileSystem.h>
18 #include <mcld/Support/MemoryAreaFactory.h>
19 #include <mcld/MC/MCLDOutput.h>
20 #include <mcld/MC/MCLDOptions.h>
21 #include <mcld/MC/MCLDInputTree.h>
22 #include <mcld/MC/AttributeFactory.h>
23 #include <mcld/MC/ContextFactory.h>
24 #include <mcld/LD/StrSymPool.h>
29 namespace mcld namespace
135 } // namespace of mcld
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Support/GCFactory.h>
19 namespace mcld namespace
62 } // namespace of mcld

Completed in 82 milliseconds

1 2 34 5 6 7 8 91011>>