Searched refs:mcld (Results 201 - 225 of 367) sorted by path

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp9 #include <mcld/LD/StaticResolver.h>
10 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/Support/MsgHandling.h>
13 using namespace mcld;
H A DTextDiagnosticPrinter.cpp9 #include <mcld/LD/TextDiagnosticPrinter.h>
10 #include <mcld/MC/MCLDInfo.h>
14 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp9 #include "mcld/MC/MCLDAttribute.h"
10 #include "mcld/MC/AttributeFactory.h"
12 using namespace mcld;
18 m_AttrSet.push_back(new mcld::Attribute());
25 m_AttrSet.push_back(new mcld::Attribute());
86 void AttributeFactory::record(mcld::Attribute &pAttr)
H A DContextFactory.cpp9 #include <mcld/LD/LDContext.h>
10 #include <mcld/MC/ContextFactory.h>
12 using namespace mcld;
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 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 DMCLDAttribute.cpp9 #include <mcld/MC/MCLDAttribute.h>
10 #include <mcld/MC/AttributeFactory.h>
11 #include <mcld/Support/MsgHandling.h>
13 using namespace mcld;
H A DMCLDDirectory.cpp9 #include "mcld/MC/MCLDDirectory.h"
10 #include "mcld/Support/FileSystem.h"
12 using namespace mcld;
13 using namespace mcld::sys::fs;
H A DMCLDDriver.cpp9 #include <mcld/MC/InputTree.h>
10 #include <mcld/MC/MCLinker.h>
11 #include <mcld/MC/MCLDDriver.h>
12 #include <mcld/MC/MCLDInfo.h>
13 #include <mcld/LD/ArchiveReader.h>
14 #include <mcld/LD/ObjectReader.h>
15 #include <mcld/LD/DynObjReader.h>
16 #include <mcld/LD/ObjectWriter.h>
17 #include <mcld/LD/DynObjWriter.h>
18 #include <mcld/L
[all...]
H A DMCLDFile.cpp9 #include "mcld/MC/MCLDFile.h"
10 #include "mcld/LD/LDContext.h"
11 #include "mcld/Support/FileSystem.h"
12 #include "mcld/Support/MemoryArea.h"
16 using namespace mcld;
H A DMCLDInfo.cpp9 #include <mcld/Config/Config.h>
10 #include <mcld/MC/MCLDInfo.h>
11 #include <mcld/MC/InputFactory.h>
12 #include <mcld/MC/AttributeFactory.h>
13 #include <mcld/MC/ContextFactory.h>
14 #include <mcld/LD/NamePool.h>
15 #include <mcld/LD/StaticResolver.h>
16 #include <mcld/Support/FileSystem.h>
19 using namespace mcld;
35 m_pOutput = new mcld
[all...]
H A DMCLDInput.cpp9 #include "mcld/MC/MCLDInput.h"
10 #include "mcld/MC/MCLDAttribute.h"
12 using namespace mcld;
H A DMCLDOptions.cpp9 #include <mcld/MC/MCLDOptions.h>
10 #include <mcld/MC/MCLDInput.h>
12 using namespace mcld;
76 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
H A DMCLDOutput.cpp9 #include "mcld/MC/MCLDOutput.h"
11 using namespace mcld;
H A DMCLinker.cpp13 #include <mcld/MC/MCLinker.h>
18 #include <mcld/MC/MCLDInput.h>
19 #include <mcld/MC/MCLDInfo.h>
20 #include <mcld/LD/Resolver.h>
21 #include <mcld/LD/LDContext.h>
22 #include <mcld/LD/LDSymbol.h>
23 #include <mcld/LD/LDSectionFactory.h>
24 #include <mcld/LD/SectionMap.h>
25 #include <mcld/LD/RelocationFactory.h>
26 #include <mcld/L
[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()) {
H A DSymbolCategory.cpp9 #include <mcld/MC/SymbolCategory.h>
10 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/LD/ResolveInfo.h>
14 using namespace mcld;
H A DZOption.cpp9 #include <mcld/MC/ZOption.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp9 #include <mcld/Support/CommandLine.h>
17 using namespace mcld;
20 // parser<mcld::sys::fs::Path>
22 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
25 mcld::sys::fs::Path &Val)
33 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
34 const mcld::sys::fs::Path &V,
35 parser<mcld::sys::fs::Path>::OptVal Default,
50 void parser<mcld::sys::fs::Path>::anchor()
56 // parser<mcld
[all...]
H A DDirectory.cpp9 #include "mcld/Support/Directory.h"
10 #include "mcld/Support/FileSystem.h"
12 using namespace mcld;
13 using namespace mcld::sys::fs;
52 mcld::sys::fs::detail::open_dir(*this);
62 mcld::sys::fs::detail::open_dir(*this);
H A DFileHandle.cpp9 #include <mcld/Support/FileHandle.h>
10 #include <mcld/Support/FileSystem.h>
16 using namespace mcld;
H A DFileSystem.cpp9 #include "mcld/Support/FileSystem.h"
10 #include "mcld/Support/Path.h"
12 using namespace mcld::sys::fs;
H A DHandleToArea.cpp9 #include <mcld/Support/HandleToArea.h>
10 #include <mcld/Support/MemoryArea.h>
13 using namespace mcld;
H A DLEB128.cpp9 #include <mcld/Support/LEB128.h>
11 namespace mcld { namespace
228 } // namespace of mcld
H A DMemoryArea.cpp9 #include <mcld/Support/RegionFactory.h>
10 #include <mcld/Support/MemoryArea.h>
11 #include <mcld/Support/MemoryRegion.h>
12 #include <mcld/Support/FileHandle.h>
13 #include <mcld/Support/MsgHandling.h>
15 using namespace mcld;

Completed in 89 milliseconds

1234567891011>>