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

<<1112

/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h13 #include <mcld/Support/Path.h>
14 #include <mcld/MC/InputAction.h>
15 #include <mcld/Script/ScriptFile.h>
17 namespace mcld { namespace
196 } // end of namespace mcld
H A DSymbolCategory.h14 namespace mcld namespace
189 } // namespace of mcld
H A DZOption.h14 namespace mcld { namespace
63 } // namespace of mcld
H A DAttribute.h12 namespace mcld { namespace
26 * file (@see mcld::Input in MCLinker) has a pointer of an attribute. Since
234 } // namespace of mcld
H A DInput.h16 #include <mcld/Support/Path.h>
18 namespace mcld { namespace
141 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h12 #include <mcld/Script/ExprToken.h>
13 #include <mcld/Object/SectionMap.h>
14 #include <mcld/Support/Allocators.h>
15 #include <mcld/Config/Config.h>
20 namespace mcld namespace
235 } // namespace of mcld
H A DScriptFile.h12 #include <mcld/Script/Assignment.h>
13 #include <mcld/Script/OutputSectDesc.h>
14 #include <mcld/Script/InputSectDesc.h>
18 namespace mcld namespace
159 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
17 #include "mcld/Support/PathCache.h"
18 #include <mcld/Config/Config.h>
23 namespace mcld { namespace
93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
110 } // namespace of mcld
H A DTargetRegistry.h11 #include <mcld/Support/Target.h>
24 namespace mcld { namespace
32 typedef std::list<mcld::Target*> TargetListTy;
62 static void RegisterTargetMachine(mcld::Target &T, mcld::Target::TargetMachineCtorTy Fn)
74 static void RegisterMCLinker(mcld::Target &T, mcld::Target::MCLinkerCtorTy Fn)
85 static void RegisterEmulation(mcld::Target &T, mcld::Target::EmulationFnTy Fn)
96 static void RegisterTargetLDBackend(mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h14 namespace mcld namespace
120 } // namespace of mcld
H A DELFDynamic.h12 #include <mcld/LD/LDSection.h>
13 #include <mcld/Support/FileOutputBuffer.h>
18 namespace mcld { namespace
200 } // namespace of mcld
H A DKeyEntryMap.h15 namespace mcld { namespace
198 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h12 #include <mcld/LD/Relocator.h>
13 #include <mcld/Target/GOT.h>
14 #include <mcld/Target/KeyEntryMap.h>
17 namespace mcld { namespace
145 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h16 #include <mcld/IRBuilder.h>
17 #include <mcld/LinkerConfig.h>
18 #include <mcld/LD/LDSection.h>
19 #include <mcld/Object/ObjectBuilder.h>
20 #include <mcld/Target/GNULDBackend.h>
21 #include <mcld/Target/OutputRelocSection.h>
23 namespace mcld { namespace
203 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/Target/GOT.h>
17 #include <mcld/Fragment/Relocation.h>
18 #include <mcld/Support/MemoryRegion.h>
23 namespace mcld { namespace
237 } // namespace of mcld
H A DMipsPLT.cpp11 #include <mcld/Support/MsgHandling.h>
37 namespace mcld { namespace
169 } //end mcld namespace
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h12 #include <mcld/LD/Relocator.h>
13 #include <mcld/Target/GOT.h>
14 #include <mcld/Target/PLT.h>
15 #include <mcld/Target/KeyEntryMap.h>
18 namespace mcld { namespace
128 R_386_TLS_OPT = 44 // mcld internal relocation type
236 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h14 namespace mcld { namespace
319 } // namespace of mcld
H A DStringHash.h17 namespace mcld { namespace
362 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h12 #include <mcld/ADT/BinTree.h>
13 #include <mcld/ADT/TypeTraits.h>
14 #include <mcld/MC/Input.h>
15 #include <mcld/Support/Path.h>
20 namespace mcld { namespace
22 /** \class template<typename Traits, typename Iterator> PolicyIterator<mcld::Input>
23 * \brief PolicyIterator<mcld::Input> is a partially specific PolicyIterator
26 class PolicyIterator<mcld::Input, Traits, IteratorType> : public PolicyIteratorBase<Input, Traits, IteratorType>
314 } // namespace of mcld
320 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h12 #include <mcld/InputTree.h>
13 #include <mcld/ADT/HashEntry.h>
14 #include <mcld/ADT/HashTable.h>
15 #include <mcld/ADT/StringHash.h>
16 #include <mcld/Support/GCFactory.h>
21 namespace mcld { namespace
254 } // namespace of mcld
H A DDiagnosticEngine.h13 #include <mcld/LD/DiagnosticInfos.h>
15 namespace mcld { namespace
147 } // namespace of mcld
H A DELFSegment.h11 #include <mcld/Support/Allocators.h>
12 #include <mcld/Config/Config.h>
17 namespace mcld namespace
126 } // namespace of mcld
H A DLDSection.h14 #include <mcld/Support/Allocators.h>
15 #include <mcld/Config/Config.h>
16 #include <mcld/LD/LDFileFormat.h>
19 namespace mcld { namespace
216 } // end namespace mcld
H A DStaticResolver.h12 #include <mcld/LD/Resolver.h>
13 #include <mcld/LD/ResolveInfo.h>
15 namespace mcld namespace
131 } // namespace of mcld

Completed in 109 milliseconds

<<1112