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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfoFactory.h 14 #include "mcld/LD/ResolveInfo.h"
16 namespace mcld namespace
34 } // namespace of mcld
ELFDynObjReader.h 14 #include <mcld/LD/DynObjReader.h>
17 namespace mcld namespace
48 } // namespace of mcld
TargetFragment.h 16 #include <mcld/LD/Fragment.h>
18 namespace mcld namespace
46 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 16 #include <mcld/MC/MCLDInfo.h>
18 namespace mcld namespace
66 /// InitializeOStreams - This initialize mcld::outs() and mcld::errs().
67 /// Call it before you use mcld::outs() and mcld::errs().
72 mcld::raw_fd_ostream &outs();
76 mcld::raw_fd_ostream &errs();
78 } // 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
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 9 #include "mcld/LD/ELFObjectWriter.h"
11 using namespace mcld;
EhFrameHdr.cpp 9 #include <mcld/LD/EhFrameHdr.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/MC/
MCLDOutput.cpp 9 #include "mcld/MC/MCLDOutput.h"
11 using namespace mcld;
InputTree.cpp 9 #include <mcld/MC/InputTree.h>
10 #include <mcld/MC/InputFactory.h>
12 using namespace mcld;
66 const mcld::Input& pInput)
69 node->data = const_cast<mcld::Input*>(&pInput);
78 bool mcld::isGroup(const InputTree::iterator& pos)
83 bool mcld::isGroup(const InputTree::const_iterator& pos)
88 bool mcld::isGroup(const InputTree::dfs_iterator& pos)
93 bool mcld::isGroup(const InputTree::const_dfs_iterator& pos)
98 bool mcld::isGroup(const InputTree::bfs_iterator& pos
    [all...]
SearchDirs.cpp 9 #include <mcld/MC/SearchDirs.h>
10 #include <mcld/MC/MCLDDirectory.h>
11 #include <mcld/Support/FileSystem.h>
13 using namespace mcld;
45 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
62 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
75 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
  /frameworks/compile/mclinker/lib/Support/
RegionFactory.cpp 9 #include <mcld/Support/RegionFactory.h>
10 #include <mcld/Support/MemoryArea.h>
11 #include <mcld/Support/Space.h>
13 using namespace mcld;
  /frameworks/compile/mclinker/
mcld.mk 5 MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk
6 MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk
  /frameworks/compile/mclinker/unittests/
PathSetTest.cpp 9 #include "mcld/Support/PathSet.h"
12 using namespace mcld;
PathTest.h 12 #include "mcld/Support/Path.h"
19 * \brief a testcase for mcld::Path and its non-member funtions.
39 mcld::sys::fs::Path* m_pTestee;
TestLinkerTest.h 34 mcld::test::TestLinker* m_pLinker;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 17 #include <mcld/Support/FileSystem.h>
18 #include <mcld/MC/MCLDOutput.h>
19 #include <mcld/MC/MCLDOptions.h>
20 #include <mcld/MC/InputTree.h>
21 #include <mcld/MC/AttributeFactory.h>
22 #include <mcld/MC/ContextFactory.h>
23 #include <mcld/LD/NamePool.h>
28 namespace mcld namespace
134 } // namespace of mcld
MCLDFile.h 20 #include "mcld/ADT/Uncopyable.h"
21 #include "mcld/LD/LDContext.h"
22 #include "mcld/Support/Path.h"
23 #include "mcld/Support/FileSystem.h"
24 #include "mcld/Support/GCFactory.h"
25 #include "mcld/Support/MemoryArea.h"
31 namespace mcld namespace
41 * @see mcld::sys::fs::Path LDContext
151 } // namespace of mcld
156 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
TargetMachine.h 16 #include "mcld/MC/MCLDFile.h"
28 namespace mcld namespace
45 /** \class mcld::LLVMTargetMachine
46 * \brief mcld::LLVMTargetMachine is a object adapter of
49 * mcld::LLVMTargetMachine is also in charge of MCLDInfo.
59 const mcld::Target &pTarget,
64 const mcld::Target& getTarget() const;
70 /// getLDInfo - return the mcld::MCLDInfo
71 virtual mcld::MCLDInfo& getLDInfo() = 0;
72 virtual const mcld::MCLDInfo& getLDInfo() const = 0
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 10 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
ARMELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
39 } // namespace of mcld
MipsELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 10 #include <mcld/Target/PLT.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 10 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
X86ELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;

Completed in 76 milliseconds

1 2 3 4 5 67 8 91011>>