HomeSort by relevance Sort by last modified time
    Searched defs:mcld (Results 176 - 193 of 193) sorted by null

1 2 3 4 5 6 78

  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 22 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::TargetRegistry is an object adapter o
    [all...]
Allocators.h 15 #include "mcld/ADT/Uncopyable.h"
16 #include "mcld/ADT/TypeTraits.h"
17 #include "mcld/LD/LDContext.h"
21 namespace mcld namespace
437 } // namespace mcld
GCFactory.h 14 #include "mcld/ADT/TypeTraits.h"
15 #include "mcld/Support/Allocators.h"
21 namespace mcld namespace
228 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 14 namespace mcld { namespace
96 } // namespace mcld
ARMLDBackend.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/Target/GNULDBackend.h>
17 #include <mcld/Target/OutputRelocSection.h>
19 namespace mcld { namespace
287 } // namespace of mcld
ARMLDBackend.cpp 21 #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/Support/TargetRegistry.h
943 namespace mcld { namespace
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 17 #include <mcld/MC/MCLDOutput.h>
18 #include <mcld/Support/MsgHandling.h>
51 namespace mcld { namespace
240 } // end namespace mcld
X86LDBackend.cpp 18 #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/LD/
Archive.h 15 #include <mcld/ADT/HashEntry.h>
16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/Support/GCFactory.h>
19 #include <mcld/MC/InputTree.h>
24 namespace mcld namespace
240 } // namespace of mcld
DiagnosticEngine.h 16 #include <mcld/LD/DiagnosticInfos.h>
18 namespace mcld { namespace
151 } // namespace of mcld
StaticResolver.h 15 #include <mcld/LD/Resolver.h>
16 #include <mcld/LD/ResolveInfo.h>
18 namespace mcld namespace
134 } // namespace of mcld
ResolveInfo.h 18 namespace mcld namespace
277 } // namespace of mcld
ELFFileFormat.h 14 #include <mcld/LD/LDFileFormat.h>
15 #include <mcld/LD/LDSection.h>
17 namespace mcld namespace
666 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 15 #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/MC/
MCLDOptions.h 16 #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/Target/
GNULDBackend.h 16 #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/LD/ELFObjectWriter.h
33 namespace mcld namespace
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 18 #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...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 24 namespace mcld { namespace
46 friend class mcld::Layout;

Completed in 207 milliseconds

1 2 3 4 5 6 78