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

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
26 mcld::TargetLDBackend &pLDBackend);
31 } // namespace of mcld
MipsTargetMachine.h 11 #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
MipsSectLinker.cpp 11 #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,
MipsAndroidSectLinker.h 16 #include "mcld/Target/AndroidSectLinker.h"
18 namespace mcld namespace
29 mcld::TargetLDBackend &pLDBackend);
34 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86AndroidSectLinker.h 15 #include <mcld/Target/AndroidSectLinker.h>
17 namespace mcld namespace
30 mcld::TargetLDBackend &pLDBackend);
35 } // namespace of mcld
X86ELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
16 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
X86.h 12 #include "mcld/Target/TargetMachine.h"
14 namespace mcld { namespace
17 extern mcld::Target TheX86Target;
21 } // namespace of mcld
X86TargetMachine.h 11 #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
X86SectLinker.cpp 10 #include <mcld/Support/TargetRegistry.h>
16 using namespace mcld;
18 namespace mcld { namespace
24 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheX86Target, createX86SectLinker);
  /frameworks/compile/mclinker/unittests/
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;
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;
  /frameworks/compile/mclinker/include/mcld/LD/
LDWriter.h 19 #include <mcld/Target/TargetLDBackend.h>
21 namespace mcld namespace
BranchIsland.h 15 namespace mcld namespace
27 } // namespace of mcld
DynObjFileFormat.h 15 namespace mcld namespace
26 } // namespace of mcld
Group.h 15 namespace mcld namespace
25 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/ARM/
ARM.h 12 #include "mcld/Target/TargetMachine.h"
14 namespace mcld { namespace
17 extern mcld::Target TheARMTarget;
21 } // namespace of mcld
ARMELFArchiveReader.h 15 #include "mcld/MC/MCELFArchiveTargetReader.h"
17 namespace mcld namespace
26 } // namespace of mcld
ARMTargetMachine.h 11 #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
ARMSectLinker.cpp 10 #include <mcld/Support/TargetRegistry.h>
16 using namespace mcld;
18 namespace mcld { namespace
24 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheARMTarget, createARMSectLinker);
  /frameworks/compile/mclinker/include/mcld/Target/
DarwinLDBackend.h 15 namespace mcld namespace
28 } // namespace of mcld
Stub.h 14 #include "mcld/LD/Relocation.h"
16 namespace mcld namespace
27 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 9 #include "mcld/Support/TargetRegistry.h"
12 mcld::TargetRegistry::TargetListTy mcld::TargetRegistry::s_TargetList;
16 void mcld::TargetRegistry::RegisterTarget(mcld::Target &T)
21 const mcld::Target* mcld::TargetRegistry::lookupTarget(const llvm::Target &pTarget)
23 mcld::Target *result = 0;
34 const mcld::Target *mcld::TargetRegistry::lookupTarget(const std::string &pTriple
    [all...]
FileSystem.cpp 9 #include "mcld/Support/FileSystem.h"
10 #include "mcld/Support/Path.h"
16 using namespace mcld::sys::fs;
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 16 #include "mcld/Support/FileSystem.h"
17 #include "mcld/MC/MCLDDirectory.h"
20 // parser<mcld::sys::fs::Path>
26 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
32 mcld::sys::fs::Path &Val);
36 const mcld::sys::fs::Path &V,
43 // parser<mcld::MCLDDirectory>
46 class parser<mcld::MCLDDirectory> : public llvm::cl::basic_parser<mcld::MCLDDirectory
    [all...]

Completed in 210 milliseconds

12 3 4 5 6 7 8 91011>>