Searched refs:mcld (Results 126 - 150 of 367) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DFDE.h16 #include <mcld/LD/CIE.h>
17 #include <mcld/LD/RegionFragment.h>
19 namespace mcld namespace
49 } // namespace of mcld
H A DRegionFragment.h16 #include <mcld/LD/Fragment.h>
17 #include <mcld/Support/MemoryRegion.h>
19 namespace mcld namespace
23 * \brief RegionFragment is a kind of Fragment containing mcld::MemoryRegion
48 } // namespace of mcld
H A DCIE.h16 #include <mcld/LD/RegionFragment.h>
18 namespace mcld namespace
41 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOutput.h20 #include <mcld/MC/MCLDFile.h>
21 #include <mcld/Support/RealPath.h>
24 namespace mcld namespace
49 } // namespace of mcld
H A DMCLDInfo.h17 #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
/frameworks/compile/mclinker/lib/LD/
H A DELFSectionMap.cpp9 #include <mcld/Support/MsgHandling.h>
10 #include <mcld/LD/ELFSectionMap.h>
12 using namespace mcld;
H A DFragment.cpp10 #include <mcld/LD/Fragment.h>
14 #include <mcld/LD/SectionData.h>
16 using namespace mcld;
H A DELFObjectWriter.cpp9 #include "mcld/LD/ELFObjectWriter.h"
11 using namespace mcld;
H A DEhFrameHdr.cpp9 #include <mcld/LD/EhFrameHdr.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp9 #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);
H A DMCLDOutput.cpp9 #include "mcld/MC/MCLDOutput.h"
11 using namespace mcld;
H A DInputTree.cpp9 #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
[all...]
H A DSearchDirs.cpp9 #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/Target/ARM/
H A DARMRelocationFactory.h15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
H A DARMELFDynamic.cpp10 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.h15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Support/GCFactory.h>
19 namespace mcld namespace
53 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.h15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.cpp9 #include "mcld/Support/Directory.h"
13 using namespace mcld;
14 using namespace mcld::sys::fs;
27 m_pDir = new mcld::sys::fs::Directory(".");
H A DReadStageTest.cpp10 #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
[all...]
H A DPathSetTest.cpp9 #include "mcld/Support/PathSet.h"
12 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DUncopyable.h15 namespace mcld namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h16 #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
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp9 #include <mcld/Support/RegionFactory.h>
10 #include <mcld/Support/MemoryArea.h>
11 #include <mcld/Support/Space.h>
13 using namespace mcld;
/frameworks/compile/mclinker/
H A Dmcld.mk5 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/include/mcld/Target/
H A DTargetMachine.h16 #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
[all...]

Completed in 433 milliseconds

1234567891011>>