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

12345678

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h16 #include <mcld/LD/LDSection.h>
20 namespace mcld namespace
162 } // namespace of mcld
H A DLDSection.h18 #include <mcld/LD/LDFileFormat.h>
21 namespace mcld { namespace
175 } // end namespace mcld
H A DStaticResolver.h15 #include <mcld/LD/Resolver.h>
16 #include <mcld/LD/ResolveInfo.h>
18 namespace mcld namespace
134 } // namespace of mcld
H A DResolveInfo.h18 namespace mcld namespace
277 } // namespace of mcld
H A DELFFileFormat.h14 #include <mcld/LD/LDFileFormat.h>
15 #include <mcld/LD/LDSection.h>
17 namespace mcld namespace
666 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h17 namespace mcld namespace
31 * file (@see mcld::Input in MCLinker) has a pointer of an attribute. Since
244 } // namespace of mcld
H A DMCLDOptions.h16 #include <mcld/ADT/StringEntry.h>
17 #include <mcld/ADT/HashTable.h>
18 #include <mcld/Support/RealPath.h>
19 #include <mcld/Support/FileSystem.h>
20 #include <mcld/MC/SearchDirs.h>
21 #include <mcld/MC/ZOption.h>
23 namespace mcld namespace
164 void addZOption(const mcld::ZOption& pOption);
266 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h15 #include "mcld/ADT/Uncopyable.h"
16 #include "mcld/ADT/TypeTraits.h"
17 #include "mcld/LD/LDContext.h"
21 namespace mcld namespace
437 } // namespace mcld
H A DFileHandle.h14 #include <mcld/Support/Path.h>
15 #include <mcld/ADT/Flags.h>
18 namespace mcld namespace
138 } // namespace of mcld
H A DGCFactory.h14 #include "mcld/ADT/TypeTraits.h"
15 #include "mcld/Support/Allocators.h"
21 namespace mcld namespace
228 } // namespace of mcld
H A DTargetRegistry.h22 namespace mcld { namespace
34 /// Target - mcld::Target is an object adapter of llvm::Target
38 friend class mcld::LLVMTargetMachine;
39 friend class mcld::TargetRegistry;
41 typedef mcld::LLVMTargetMachine *(*TargetMachineCtorTy)(const mcld::Target &,
52 typedef DiagnosticLineInfo *(*DiagnosticLineInfoCtorTy)(const mcld::Target&,
61 mcld::LLVMTargetMachine *createTargetMachine(const std::string &pTriple,
100 DiagnosticLineInfo* createDiagnosticLineInfo(const mcld::Target& pTarget,
123 /// TargetRegistry - mcld
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp17 #include <mcld/MC/MCLDOutput.h>
18 #include <mcld/Support/MsgHandling.h>
51 namespace mcld { namespace
240 } // end namespace mcld
H A DX86LDBackend.cpp18 #include <mcld/LD/SectionMap.h>
19 #include <mcld/LD/FillFragment.h>
20 #include <mcld/LD/RegionFragment.h>
21 #include <mcld/MC/MCLDInfo.h>
22 #include <mcld/MC/MCLDOutput.h>
23 #include <mcld/MC/MCLinker.h>
24 #include <mcld/Support/MemoryRegion.h>
25 #include <mcld/Support/MsgHandling.h>
26 #include <mcld/Support/TargetRegistry.h>
30 using namespace mcld;
724 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h15 #include "mcld/ADT/Uncopyable.h"
16 #include "mcld/ADT/TreeAllocator.h"
24 namespace mcld namespace
357 * @see mcld::InputTree
476 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/HashEntry.h>
18 #include <mcld/LD/EhFrameHdr.h>
19 #include <mcld/LD/ELFDynObjFileFormat.h>
20 #include <mcld/LD/ELFDynObjReader.h>
21 #include <mcld/LD/ELFDynObjWriter.h>
22 #include <mcld/LD/ELFExecFileFormat.h>
23 #include <mcld/LD/ELFExecWriter.h>
24 #include <mcld/LD/ELFObjectReader.h>
25 #include <mcld/L
33 namespace mcld namespace
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp21 #include <mcld/LD/SectionMap.h>
22 #include <mcld/LD/FillFragment.h>
23 #include <mcld/LD/AlignFragment.h>
24 #include <mcld/LD/RegionFragment.h>
25 #include <mcld/MC/MCLDInfo.h>
26 #include <mcld/MC/MCLDOutput.h>
27 #include <mcld/MC/MCLinker.h>
28 #include <mcld/Support/MemoryRegion.h>
29 #include <mcld/Support/MsgHandling.h>
30 #include <mcld/Suppor
943 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp18 #include <mcld/LD/FillFragment.h>
19 #include <mcld/LD/SectionMap.h>
20 #include <mcld/MC/MCLDInfo.h>
21 #include <mcld/MC/MCLinker.h>
22 #include <mcld/Support/MemoryRegion.h>
23 #include <mcld/Support/MsgHandling.h>
24 #include <mcld/Support/TargetRegistry.h>
25 #include <mcld/Target/OutputRelocSection.h>
38 namespace mcld { namespace
901 } // namespace of mcld
[all...]

Completed in 63 milliseconds

12345678