HomeSort by relevance Sort by last modified time
    Searched defs:mcld (Results 151 - 175 of 193) sorted by null

1 2 3 4 5 67 8

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 11 #include "mcld/ADT/TypeTraits.h"
15 namespace mcld namespace
129 } // namespace of mcld
HashIterator.h 17 namespace mcld { namespace
322 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/LD/
Fragment.h 20 namespace mcld namespace
75 } // namespace of mcld
LDFileFormat.h 18 namespace mcld namespace
112 } // namespace of mcld
LDSymbol.h 17 #include <mcld/ADT/Uncopyable.h>
18 #include <mcld/LD/ResolveInfo.h>
19 #include <mcld/LD/FragmentRef.h>
21 namespace mcld namespace
125 } // namespace mcld
Layout.h 21 #include <mcld/LD/FragmentRef.h>
22 #include <mcld/LD/LDSection.h>
23 #include <mcld/LD/SectionData.h>
24 #include <mcld/MC/MCLDInfo.h>
25 #include <mcld/Support/GCFactory.h>
27 namespace mcld namespace
269 } // namespace of mcld
SectionData.h 19 #include <mcld/LD/Fragment.h>
21 namespace mcld namespace
77 } // namespace of mcld
ELFSegment.h 16 #include <mcld/LD/LDSection.h>
20 namespace mcld namespace
162 } // namespace of mcld
LDSection.h 18 #include <mcld/LD/LDFileFormat.h>
21 namespace mcld { namespace
175 } // end namespace mcld
StringUnorderedMap.h 24 namespace mcld namespace
222 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 17 #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
MCLinker.h 25 #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/Support/GCFactory.h
37 namespace mcld { namespace
    [all...]
InputTree.h 15 #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...]
MCLDAttribute.h 17 namespace mcld namespace
31 * file (@see mcld::Input in MCLinker) has a pointer of an attribute. Since
244 } // namespace of mcld
MCLDFile.h 20 #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::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName
    [all...]
SymbolCategory.h 14 #include <mcld/ADT/TypeTraits.h>
17 namespace mcld namespace
155 } // namespace of mcld
ZOption.h 16 namespace mcld namespace
72 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 15 #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::sys::fs::PathCache DirCache
    [all...]
FileSystem.h 9 // 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
PositionDependentOption.h 17 namespace mcld namespace
66 } // namespace of mcld
Space.h 17 #include <mcld/ADT/TypeTraits.h>
19 namespace mcld namespace
101 } // namespace of mcld
FileHandle.h 14 #include <mcld/Support/Path.h>
15 #include <mcld/ADT/Flags.h>
18 namespace mcld namespace
138 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 16 #include <mcld/LD/LDSection.h>
20 namespace mcld namespace
171 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 16 #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/
Linker.h 15 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);

Completed in 97 milliseconds

1 2 3 4 5 67 8