Searched refs:mcld (Results 151 - 175 of 421) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h15 #include <mcld/Config/Config.h>
16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/ADT/Uncopyable.h>
19 #include <mcld/LD/Resolver.h>
20 #include <mcld/LD/ResolveInfo.h>
21 #include <mcld/Support/GCFactory.h>
27 namespace mcld { namespace
110 } // namespace of mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DFGNode.cpp9 #include <mcld/Fragment/FGNode.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp9 #include <mcld/Support/ToolOutputFile.h>
11 #include <mcld/Support/Path.h>
12 #include <mcld/Support/FileHandle.h>
13 #include <mcld/Support/MemoryArea.h>
14 #include <mcld/Support/raw_mem_ostream.h>
16 #include <mcld/Support/SystemUtils.h>
17 #include <mcld/Support/MsgHandling.h>
23 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
H A DARMGNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
31 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
H A DHexagonGOTPLT.h17 #include <mcld/Support/MemoryRegion.h>
19 namespace mcld { namespace
45 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h17 #include <mcld/GeneralOptions.h>
18 #include <mcld/TargetOptions.h>
19 #include <mcld/BitcodeOption.h>
20 #include <mcld/AttributeOption.h>
21 #include <mcld/Support/Path.h>
25 namespace mcld { namespace
111 } // namespace of mcld
H A DLinkerScript.h16 #include <mcld/ADT/StringEntry.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/ADT/HashTable.h>
19 #include <mcld/Object/SectionMap.h>
20 #include <mcld/MC/SearchDirs.h>
22 namespace mcld { namespace
78 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/MC/MCLDInput.h>
16 #include <mcld/Support/Path.h>
23 namespace mcld { namespace
53 find(const std::string& pNamespec, mcld::Input::Type pPreferType);
56 find(const std::string& pNamespec, mcld::Input::Type pPreferType) const;
79 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h14 #include "mcld/Support/Path.h"
17 namespace mcld { namespace
47 } // namespace of mcld
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
H A DDirectory.h15 #include <mcld/ADT/TypeTraits.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/Path.h>
23 namespace mcld { namespace
36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
89 mcld::sys::fs::Path m_Path;
94 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113 typedef mcld::sys::fs::PathCache DirCache;
152 } // namespace of mcld
[all...]
H A DMemoryRegion.h15 #include <mcld/Config/Config.h>
16 #include <mcld/ADT/Uncopyable.h>
17 #include <mcld/Support/Allocators.h>
18 #include <mcld/Support/Space.h>
20 namespace mcld { namespace
114 } // namespace of mcld
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp9 #include <mcld/LD/DiagnosticEngine.h>
10 #include <mcld/LD/DiagnosticPrinter.h>
11 #include <mcld/LD/DiagnosticLineInfo.h>
12 #include <mcld/LD/MsgHandler.h>
13 #include <mcld/LinkerConfig.h>
17 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DFileAction.cpp9 #include <mcld/MC/FileAction.h>
10 #include <mcld/MC/MCLDInput.h>
11 #include <mcld/MC/InputBuilder.h>
12 #include <mcld/MC/ContextFactory.h>
13 #include <mcld/Support/MemoryAreaFactory.h>
15 using namespace mcld;
H A DMCLDInput.cpp9 #include <mcld/MC/MCLDInput.h>
10 #include <mcld/MC/Attribute.h>
11 #include <mcld/LD/LDContext.h>
12 #include <mcld/Support/MemoryArea.h>
14 using namespace mcld;
17 // mcld::Input
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp9 #include <mcld/Module.h>
10 #include <mcld/Fragment/FragmentRef.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/LD/LDSymbol.h>
13 #include <mcld/LD/NamePool.h>
14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/SectionData.h>
16 #include <mcld/LD/EhFrame.h>
17 #include <mcld/LD/StaticResolver.h>
19 using namespace mcld;
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h15 #include <mcld/ADT/HashBase.h>
16 #include <mcld/ADT/HashIterator.h>
17 #include <mcld/ADT/HashEntryFactory.h>
18 #include <mcld/ADT/Uncopyable.h>
19 #include <mcld/ADT/TypeTraits.h>
20 #include <mcld/Support/Allocators.h>
23 namespace mcld { namespace
29 * mcld::HashTable is a linear probing hash table. It does not allocate
122 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DTargetLinkerConfigs.cpp13 #include <mcld/TargetOptions.h>
14 #include <mcld/MC/InputFactory.h>
15 #include <mcld/Fragment/Relocation.h>
34 getLDConfig()->targets().setEndian(mcld::TargetOptions::Little);
56 if (getLDConfig()->codeGenType() != mcld::LinkerConfig::Object) {
64 mcld::Relocation::SetUp(*getLDConfig());
76 getLDConfig()->targets().setEndian(mcld::TargetOptions::Little);
98 mcld::Relocation::SetUp(*getLDConfig());
109 getLDConfig()->targets().setEndian(mcld::TargetOptions::Little);
131 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h15 #include <mcld/Config/Config.h>
16 #include <mcld/ADT/SizeTraits.h>
17 #include <mcld/ADT/TypeTraits.h>
18 #include <mcld/Support/Allocators.h>
20 namespace mcld { namespace
109 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h15 namespace mcld { namespace
30 } // end namespace mcld
57 const mcld::LinkerConfig *mLDConfig;
58 mcld::Module *mModule;
59 mcld::Linker *mLinker;
60 mcld::IRBuilder *mBuilder;
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp9 #include <mcld/Target/TargetMachine.h>
11 #include <mcld/Module.h>
12 #include <mcld/LinkerConfig.h>
13 #include <mcld/CodeGen/MCLinker.h>
14 #include <mcld/Support/raw_mem_ostream.h>
15 #include <mcld/Support/TargetRegistry.h>
16 #include <mcld/Support/ToolOutputFile.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Target/TargetLDBackend.h>
53 using namespace mcld;
[all...]
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DMCLinker.h28 namespace mcld { namespace
56 mcld::Module& pModule,
73 mcld::Module& m_Module;

Completed in 2341 milliseconds

1234567891011>>