Searched refs:mcld (Results 326 - 350 of 421) sorted by relevance

<<11121314151617

/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp12 #include <mcld/IRBuilder.h>
13 #include <mcld/TargetOptions.h>
14 #include <mcld/LD/ELFReader.h>
15 #include <mcld/MC/MCLDInput.h>
16 #include <mcld/Support/Path.h>
22 using namespace mcld;
23 using namespace mcld::sys::fs;
H A DLinearAllocatorTest.h13 #include "mcld/Support/Allocators.h"
67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc;
H A DSymbolCategoryTest.cpp9 #include <mcld/MC/SymbolCategory.h>
10 #include <mcld/LD/ResolveInfo.h>
11 #include <mcld/LD/LDSymbol.h>
16 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h17 #include <mcld/Fragment/Fragment.h>
18 #include <mcld/Fragment/Relocation.h>
22 namespace mcld namespace
131 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h17 #include <mcld/Support/Path.h>
18 #include <mcld/LD/DiagnosticEngine.h>
20 namespace mcld { namespace
119 } // namespace of mcld
H A DStaticResolver.h15 #include <mcld/LD/Resolver.h>
16 #include <mcld/LD/ResolveInfo.h>
18 namespace mcld namespace
134 } // namespace of mcld
H A DLDSection.h17 #include <mcld/Support/Allocators.h>
18 #include <mcld/Config/Config.h>
19 #include <mcld/LD/LDFileFormat.h>
22 namespace mcld { namespace
219 } // end namespace mcld
H A DResolver.h17 namespace mcld namespace
79 } // namespace of mcld
H A DDiagnostic.h17 #include <mcld/LD/DiagnosticEngine.h>
19 namespace mcld { namespace
99 } // namespace of mcld
H A DDiagnosticEngine.h16 #include <mcld/LD/DiagnosticInfos.h>
18 namespace mcld { namespace
150 } // namespace of mcld
H A DLDContext.h16 #include <mcld/LD/LDFileFormat.h>
25 namespace mcld { namespace
91 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h16 #include <mcld/Support/Path.h>
17 #include <mcld/MC/InputAction.h>
19 namespace mcld { namespace
162 } // end of namespace mcld
H A DZOption.h16 namespace mcld namespace
72 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include "mcld/Support/PathCache.h"
21 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
96 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
113 } // namespace of mcld
H A DGCFactoryListTraits.h20 namespace mcld { namespace
64 } // namespace of mcld
H A DMemoryArea.h15 #include <mcld/ADT/Uncopyable.h>
25 namespace mcld { namespace
120 } // namespace of mcld
/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp9 #include <mcld/GeneralOptions.h>
10 #include <mcld/MC/MCLDInput.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp9 #include <mcld/Object/SectionMap.h>
10 #include <mcld/ADT/StringHash.h>
14 using namespace mcld;
/frameworks/compile/mclinker/lib/Support/
H A DHandleToArea.cpp9 #include <mcld/Support/HandleToArea.h>
10 #include <mcld/Support/MemoryArea.h>
13 using namespace mcld;
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;
H A DRealPath.cpp9 #include "mcld/Support/RealPath.h"
10 #include "mcld/Support/FileSystem.h"
12 using namespace mcld::sys::fs;
/frameworks/compile/mclinker/include/mcld/
H A DLinker.h17 namespace mcld { namespace
45 /// normalize - To normalize the command line language into mcld::Module.
48 /// resolve - To build up the topology of mcld::Module.
51 /// layout - To serialize the final result of the output mcld::Module.
54 /// link - A convenient way to resolve and to layout the output mcld::Module.
57 /// emit - To emit output mcld::Module to a output MemoryArea
60 /// emit - To open a file for output in pPath and to emit output mcld::Module
64 /// emit - To emit output mcld::Module in the pFileDescriptor.
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h17 namespace mcld { namespace
72 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h16 #include <mcld/LD/LDSection.h>
17 #include <mcld/Target/GNULDBackend.h>
18 #include <mcld/Target/OutputRelocSection.h>
20 namespace mcld { namespace
230 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h11 #include <mcld/Target/GNULDBackend.h>
15 namespace mcld { namespace
145 } // namespace of mcld

Completed in 983 milliseconds

<<11121314151617