Searched defs:mcld (Results 101 - 125 of 192) sorted by relevance

12345678

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h16 namespace mcld { namespace
25 * mcld::HashEntry illustrates the demand from mcld::HashTable.
27 * the template argument. class mcld::HashEntry here is used to show the
29 * of the hash table which has no relation to mcld::HashEntry
31 * Since mcld::HashEntry here is a special class whose size is changing,
33 * are doing when you let a new class inherit from mcld::HashEntry.
92 } // namespace of mcld
H A DTypeTraits.h17 namespace mcld namespace
68 } // namespace of mcld
H A DFlags.h15 namespace mcld namespace
103 } // namespace of mcld
H A DHashTable.h16 #include "mcld/ADT/HashBase.h"
17 #include "mcld/ADT/HashIterator.h"
18 #include "mcld/ADT/Uncopyable.h"
19 #include "mcld/ADT/TypeTraits.h"
20 #include "mcld/Support/Allocators.h"
23 namespace mcld namespace
30 * mcld::HashTable is a linear probing hash table. It does not allocate
123 } // namespace of mcld
H A DSizeTraits.h17 namespace mcld namespace
112 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinkerOption.h15 #include <mcld/MC/MCLDInfo.h>
16 #include <mcld/Support/PositionDependentOption.h>
20 namespace mcld namespace
55 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticPrinter.h14 #include <mcld/LD/DiagnosticEngine.h>
15 #include <mcld/LD/Diagnostic.h>
17 namespace mcld namespace
56 } // namespace of mcld
H A DEhFrameHdr.h16 #include <mcld/ADT/SizeTraits.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/MemoryRegion.h>
19 #include <mcld/MC/MCLDOutput.h>
20 #include <mcld/MC/MCLinker.h>
21 #include <mcld/LD/EhFrame.h>
22 #include <mcld/LD/LDSection.h>
23 #include <mcld/LD/CIE.h>
24 #include <mcld/LD/FDE.h>
25 #include <mcld/L
27 namespace mcld namespace
[all...]
H A DFillFragment.h17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
53 } // namespace of mcld
H A DFragmentRef.h15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
83 } // namespace of mcld
H A DMsgHandler.h17 #include <mcld/Support/Path.h>
18 #include <mcld/LD/DiagnosticEngine.h>
20 namespace mcld namespace
125 } // namespace of mcld
H A DRelocationFactory.h14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/Relocation.h>
17 namespace mcld namespace
88 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeFactory.h14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/MC/MCLDAttribute.h>
17 namespace mcld namespace
96 } // namespace of mcld
H A DMCFragmentRef.h15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/ADT/TypeTraits.h>
18 namespace mcld namespace
82 } // namespace of mcld
H A DMCLDDriver.h21 #include <mcld/LD/SectionMap.h>
23 namespace mcld namespace
126 } // end namespace mcld
H A DSearchDirs.h15 #include "mcld/ADT/Uncopyable.h"
16 #include "mcld/MC/MCLDInput.h"
18 namespace mcld namespace
52 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pPreferType);
74 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactoryListTraits.h20 namespace mcld namespace
63 } // namespace of mcld
H A DMemoryRegion.h15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/Space.h>
20 namespace mcld namespace
84 } // namespace of mcld
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 {
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h16 #include <mcld/LD/SectionData.h>
17 #include <mcld/LD/RelocationFactory.h>
19 namespace mcld namespace
70 } // namespace of mcld
H A DTargetLDBackend.h13 #include <mcld/MC/MCLDOutput.h>
14 #include <mcld/LD/EhFrame.h>
16 namespace mcld { namespace
177 } // End mcld namespace
/frameworks/compile/mclinker/lib/Support/
H A DLEB128.cpp9 #include <mcld/Support/LEB128.h>
11 namespace mcld { namespace
228 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
92 } // namespace of mcld
H A DARMPLT.h12 #include <mcld/LD/SectionData.h>
13 #include <mcld/Target/PLT.h>
15 namespace mcld { namespace
83 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h11 #include "mcld/Target/GNULDBackend.h"
15 namespace mcld { namespace
198 } // namespace of mcld

Completed in 1635 milliseconds

12345678