Searched refs:mcld (Results 276 - 300 of 492) sorted by relevance

<<11121314151617181920

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h13 namespace mcld { namespace
22 * mcld::HashEntry illustrates the demand from mcld::HashTable.
24 * the template argument. class mcld::HashEntry here is used to show the
26 * of the hash table which has no relation to mcld::HashEntry
28 * Since mcld::HashEntry here is a special class whose size is changing,
30 * are doing when you let a new class inherit from mcld::HashEntry.
82 } // namespace mcld
H A DTreeAllocator.h12 #include "mcld/ADT/TreeBase.h"
13 #include "mcld/Support/GCFactory.h"
17 namespace mcld { namespace
20 * \brief NodeFactory manages the creation and destruction of mcld::Node.
91 } // namespace mcld
H A DTypeTraits.h14 namespace mcld { namespace
61 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h12 #include "mcld/ADT/SizeTraits.h"
13 #include "mcld/ADT/TypeTraits.h"
14 #include "mcld/Config/Config.h"
15 #include "mcld/Support/Allocators.h"
17 namespace mcld { namespace
91 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h17 namespace mcld { namespace
70 } // namespace mcld
H A DEhFrameReader.h11 #include "mcld/LD/EhFrame.h"
16 namespace mcld { namespace
94 } // namespace mcld
H A DGNUArchiveReader.h12 #include "mcld/LD/Archive.h"
13 #include "mcld/LD/ArchiveReader.h"
15 namespace mcld { namespace
93 } // namespace mcld
H A DGarbageCollection.h16 namespace mcld { namespace
85 } // namespace mcld
H A DIdenticalCodeFolding.h17 namespace mcld { namespace
78 } // namespace mcld
H A DLDFileFormat.h15 namespace mcld { namespace
110 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h12 #include "mcld/GeneralOptions.h"
13 #include "mcld/TargetOptions.h"
14 #include "mcld/AttributeOption.h"
15 #include "mcld/Support/Path.h"
21 namespace mcld { namespace
95 } // namespace mcld
H A DTargetOptions.h16 namespace mcld { namespace
94 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h12 #include "mcld/Script/ScriptCommand.h"
14 namespace mcld { namespace
70 } // namespace mcld
H A DInputSectDesc.h12 #include "mcld/Script/ScriptCommand.h"
13 #include "mcld/Script/StringList.h"
17 namespace mcld { namespace
95 } // namespace mcld
H A DRpnExpr.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Object/SectionMap.h"
14 #include "mcld/Support/Allocators.h"
18 namespace mcld { namespace
74 } // namespace mcld
H A DSectionsCmd.h12 #include "mcld/Script/ScriptCommand.h"
18 namespace mcld { namespace
66 } // namespace mcld
H A DStringList.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Support/Allocators.h"
17 namespace mcld { namespace
65 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h12 #include "mcld/Support/MemoryRegion.h"
20 namespace mcld { namespace
66 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h12 #include "mcld/Support/MemoryRegion.h"
13 #include "mcld/Target/ELFAttributeData.h"
18 namespace mcld { namespace
118 } // namespace mcld
H A DELFAttributeData.h16 namespace mcld { namespace
113 } // namespace mcld
H A DELFAttributeValue.h14 namespace mcld { namespace
111 } // namespace mcld
H A DGOT.h12 #include "mcld/Fragment/TargetFragment.h"
13 #include "mcld/LD/LDSection.h"
14 #include "mcld/LD/SectionData.h"
16 namespace mcld { namespace
77 } // namespace mcld
H A DPLT.h12 #include "mcld/Fragment/TargetFragment.h"
13 #include "mcld/LD/LDSection.h"
14 #include "mcld/LD/SectionData.h"
16 namespace mcld { namespace
83 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DLDSymbol.cpp9 #include "mcld/LD/LDSymbol.h"
11 #include "mcld/Config/Config.h"
12 #include "mcld/Fragment/FragmentRef.h"
13 #include "mcld/Fragment/NullFragment.h"
14 #include "mcld/Support/GCFactory.h"
20 namespace mcld { namespace
93 } // namespace mcld
/frameworks/compile/mclinker/lib/MC/
H A DInput.cpp9 #include "mcld/MC/Input.h"
11 #include "mcld/MC/Attribute.h"
12 #include "mcld/LD/LDContext.h"
14 namespace mcld { namespace
17 // mcld::Input
79 } // namespace mcld

Completed in 138 milliseconds

<<11121314151617181920