Searched defs:mcld (Results 151 - 175 of 192) sorted by relevance

12345678

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h25 #include <mcld/LD/StaticResolver.h>
26 #include <mcld/LD/LDSectionFactory.h>
27 #include <mcld/LD/LDFileFormat.h>
28 #include <mcld/LD/LDContext.h>
29 #include <mcld/LD/Relocation.h>
30 #include <mcld/LD/SectionMerger.h>
31 #include <mcld/LD/Layout.h>
32 #include <mcld/MC/MCLDInput.h>
33 #include <mcld/MC/SymbolCategory.h>
34 #include <mcld/Suppor
37 namespace mcld { namespace
[all...]
H A DInputTree.h15 #include "mcld/ADT/BinTree.h"
16 #include "mcld/ADT/TypeTraits.h"
17 #include "mcld/MC/MCLDInput.h"
18 #include "mcld/MC/InputFactory.h"
19 #include "mcld/Support/FileSystem.h"
24 namespace mcld namespace
27 /** \class template<typename Traits, typename Iterator> PolicyIterator<mcld::Input>
28 * \brief PolicyIterator<mcld::Input> is a partially specific PolicyIterator
31 class PolicyIterator<mcld::Input, Traits, IteratorType> : public PolicyIteratorBase<Input, Traits, IteratorType>
197 } // namespace of mcld
[all...]
H A DMCLDFile.h20 #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
[all...]
H A DSymbolCategory.h14 #include <mcld/ADT/TypeTraits.h>
17 namespace mcld namespace
155 } // namespace of mcld
H A DZOption.h16 namespace mcld namespace
72 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DDerivedPositionDependentOptions.h17 #include "mcld/Support/RealPath.h"
18 #include "mcld/Support/PositionDependentOption.h"
20 namespace mcld namespace
134 } // namespace of mcld
H A DDirectory.h15 #include "mcld/ADT/TypeTraits.h"
16 #include "mcld/Support/FileSystem.h"
17 #include "mcld/Support/Path.h"
18 #include "mcld/Support/PathCache.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
[all...]
H A DHandleToArea.h14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/ADT/TypeTraits.h>
16 #include <mcld/ADT/StringHash.h>
17 #include <mcld/Support/Path.h>
18 #include <mcld/Support/FileHandle.h>
21 namespace mcld namespace
116 } // namespace of mcld
H A DPath.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
160 } // namespace of mcld
168 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
169 mcld::sys::fs::Path,
172 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DPositionDependentOption.h17 namespace mcld namespace
66 } // namespace of mcld
H A DSpace.h17 #include <mcld/ADT/TypeTraits.h>
19 namespace mcld namespace
101 } // namespace of mcld
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
88 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
119 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h16 #include <mcld/LD/LDSection.h>
20 namespace mcld namespace
171 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp16 #include <mcld/LD/LDFileFormat.h>
17 #include <mcld/Support/MsgHandling.h>
23 namespace mcld { namespace
138 } //end mcld namespace
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
257 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h15 namespace mcld { namespace
30 } // end namespace mcld
59 mcld::TargetLDBackend *mBackend;
60 mcld::MCLDDriver *mDriver;
62 mcld::MCLDInfo *mLDInfo;
63 mcld::TreeIteratorBase *mRoot;
93 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
95 mcld::Input& pInput);
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h17 #include <mcld/MC/MCLDDriver.h>
18 #include <mcld/MC/MCLinker.h>
19 #include <mcld/LD/DiagnosticPrinter.h>
20 #include <mcld/LD/DiagnosticLineInfo.h>
21 #include <mcld/Support/TargetRegistry.h>
22 #include <mcld/Support/Path.h>
24 namespace mcld { namespace
55 void setSysRoot(const mcld::sys::fs::Path &pPath);
60 void addObject(const mcld::sys::fs::Path &pPath)
103 const mcld
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h19 namespace mcld namespace
286 } // namespace of mcld
H A DTreeBase.h11 #include "mcld/ADT/TypeTraits.h"
15 namespace mcld namespace
129 } // namespace of mcld
H A DHashIterator.h17 namespace mcld { namespace
322 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h24 namespace mcld namespace
222 } // namespace of mcld
H A DArchive.h15 #include <mcld/ADT/HashEntry.h>
16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/Support/GCFactory.h>
19 #include <mcld/MC/InputTree.h>
24 namespace mcld namespace
240 } // namespace of mcld
H A DDiagnosticEngine.h16 #include <mcld/LD/DiagnosticInfos.h>
18 namespace mcld { namespace
151 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMFixupKinds.h14 namespace mcld { namespace
96 } // namespace mcld
H A DARMLDBackend.h15 #include <mcld/LD/LDSection.h>
16 #include <mcld/Target/GNULDBackend.h>
17 #include <mcld/Target/OutputRelocSection.h>
19 namespace mcld { namespace
287 } // namespace of mcld

Completed in 1563 milliseconds

12345678