Searched defs:mcld (Results 251 - 275 of 443) sorted by relevance

<<1112131415161718

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h12 #include "mcld/Support/MemoryRegion.h"
13 #include "mcld/Target/GOT.h"
17 namespace mcld { namespace
82 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp9 #include "mcld/Target/ELFAttributeData.h"
11 #include "mcld/Support/LEB128.h"
12 #include "mcld/Target/ELFAttributeValue.h"
16 namespace mcld { namespace
89 } // namespace mcld
H A DELFEmulation.cpp9 #include "mcld/Target/ELFEmulation.h"
10 #include "mcld/LinkerScript.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/Script/InputSectDesc.h"
16 namespace mcld { namespace
107 } // namespace mcld
H A DOutputRelocSection.cpp9 #include "mcld/Target/OutputRelocSection.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/RelocationFactory.h"
14 #include "mcld/Support/MsgHandling.h"
15 #include "mcld/Module.h"
19 namespace mcld { namespace
79 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h11 #include "mcld/Target/GNUInfo.h"
12 #include "mcld/TargetOptions.h"
16 namespace mcld { namespace
36 } // namespace mcld
H A DHexagonGOTPLT.cpp12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/LDFileFormat.h"
14 #include "mcld/Support/MsgHandling.h"
18 namespace mcld { namespace
57 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.h12 #include "mcld/Support/MemoryRegion.h"
17 namespace mcld { namespace
61 } // namespace mcld
H A DMipsELFDynamic.cpp9 #include "mcld/LinkerConfig.h"
10 #include "mcld/LD/ELFFileFormat.h"
11 #include "mcld/LD/ELFSegment.h"
12 #include "mcld/LD/ELFSegmentFactory.h"
13 #include "mcld/Target/GNULDBackend.h"
19 namespace mcld { namespace
88 } // namespace mcld
H A DMipsGNUInfo.cpp11 namespace mcld { namespace
59 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/LDFileFormat.h"
14 #include "mcld/Support/MsgHandling.h"
18 namespace mcld { namespace
87 } // namespace mcld
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.h13 #include "mcld/LinkerConfig.h"
14 #include "mcld/LinkerScript.h"
15 #include "mcld/LD/ELFReaderIf.h"
16 #include "mcld/LD/ELFReader.h"
17 #include "mcld/LD/ELFObjectReader.h"
18 #include "mcld/Target/GNULDBackend.h"
19 #include "mcld/MC/InputBuilder.h"
21 namespace mcld { namespace
24 } // namespace for mcld
43 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h12 #include "mcld/ADT/HashBase.h"
13 #include "mcld/ADT/HashEntryFactory.h"
14 #include "mcld/ADT/HashIterator.h"
15 #include "mcld/ADT/TypeTraits.h"
16 #include "mcld/Support/Allocators.h"
17 #include "mcld/Support/Compiler.h"
21 namespace mcld { namespace
27 * mcld::HashTable is a linear probing hash table. It does not allocate
119 } // namespace mcld
H A DStringEntry.h19 namespace mcld { namespace
125 } // 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 Dilist_sort.h17 namespace mcld { namespace
82 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h12 #include "mcld/Fragment/Fragment.h"
14 namespace mcld { namespace
66 } // namespace mcld
H A DRelocation.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Fragment/FragmentRef.h"
14 #include "mcld/Support/GCFactoryListTraits.h"
19 namespace mcld { namespace
125 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h17 #include "mcld/Fragment/FillFragment.h"
18 #include "mcld/Fragment/Fragment.h"
19 #include "mcld/Fragment/FragmentRef.h"
20 #include "mcld/Fragment/RegionFragment.h"
21 #include "mcld/Fragment/Relocation.h"
22 #include "mcld/LD/EhFrame.h"
23 #include "mcld/LD/LDSection.h"
24 #include "mcld/LD/LDSymbol.h"
25 #include "mcld/MC/Input.h"
26 #include "mcld/M
30 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h12 #include "mcld/LD/ELFReaderIf.h"
13 #include "mcld/LD/LDSymbol.h"
14 #include "mcld/LD/ResolveInfo.h"
15 #include "mcld/Target/GNULDBackend.h"
21 namespace mcld { namespace
203 } // namespace mcld
H A DIdenticalCodeFolding.h17 namespace mcld { namespace
78 } // namespace mcld
H A DNamePool.h12 #include "mcld/ADT/HashTable.h"
13 #include "mcld/ADT/StringHash.h"
14 #include "mcld/Config/Config.h"
15 #include "mcld/LD/ResolveInfo.h"
16 #include "mcld/LD/Resolver.h"
17 #include "mcld/Support/Compiler.h"
18 #include "mcld/Support/GCFactory.h"
24 namespace mcld { namespace
130 } // namespace mcld
H A DResolver.h11 #include "mcld/LD/LDSymbol.h"
16 namespace mcld { namespace
71 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h12 #include "mcld/InputTree.h"
13 #include "mcld/MC/Input.h"
14 #include "mcld/Support/FileHandle.h"
19 namespace mcld { namespace
132 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptCommand.h12 namespace mcld { namespace
52 } // namespace mcld
H A DSectionsCmd.h12 #include "mcld/Script/ScriptCommand.h"
18 namespace mcld { namespace
66 } // namespace mcld

Completed in 233 milliseconds

<<1112131415161718