Searched defs:mcld (Results 101 - 125 of 192) sorted by path

12345678

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include "mcld/Support/PathCache.h"
21 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
88 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
119 } // 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 DGCFactoryListTraits.h20 namespace mcld namespace
63 } // namespace of mcld
H A DHandleToArea.h14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/ADT/TypeTraits.h>
16 #include <mcld/ADT/StringHash.h>
17 #include <mcld/Support/Path.h>
18 #include <mcld/Support/FileHandle.h>
21 namespace mcld namespace
116 } // namespace of mcld
H A DLEB128.h19 namespace mcld { namespace
115 } // namespace of mcld
H A DMemoryArea.h15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/Path.h>
17 #include <mcld/Support/FileSystem.h>
18 #include <mcld/Support/FileHandle.h>
19 #include <mcld/Support/Space.h>
32 namespace mcld namespace
105 } // namespace of mcld
H A DMemoryAreaFactory.h14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/Support/MemoryArea.h>
16 #include <mcld/Support/Path.h>
17 #include <mcld/Support/FileHandle.h>
18 #include <mcld/Support/HandleToArea.h>
20 namespace mcld namespace
30 * mcld::Input should not create MemoryArea directly. Instead, it should ask
34 * constructor and destructor of MCLDFile. For mcld::Output, MCLinker
36 * aside, mcld::Input opens the file at constructor. In order to hide the
73 } // namespace of mcld
[all...]
H A DMemoryRegion.h15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/Space.h>
20 namespace mcld namespace
84 } // namespace of mcld
H A DMsgHandling.h14 #include <mcld/LD/MsgHandler.h>
16 namespace mcld namespace
37 } // namespace of mcld
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID)
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID)
51 inline mcld::MsgHandler mcld::error(unsigned int pID)
56 inline mcld
[all...]
H A DPath.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
160 } // namespace of mcld
168 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
169 mcld::sys::fs::Path,
172 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DPathCache.h16 #include "mcld/ADT/HashEntry.h"
17 #include "mcld/ADT/HashTable.h"
18 #include "mcld/ADT/StringHash.h"
19 #include "mcld/Support/Path.h"
21 namespace mcld { namespace
27 mcld::sys::fs::Path*,
35 } // namespace of mcld
H A DPositionDependentOption.h17 namespace mcld namespace
66 } // namespace of mcld
H A DRealPath.h14 #include "mcld/Support/Path.h"
17 namespace mcld { namespace
47 } // namespace of mcld
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
H A DRegionFactory.h14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/Support/MemoryRegion.h>
16 #include <mcld/Support/MemoryArea.h>
17 #include <mcld/Support/FileSystem.h>
19 namespace mcld namespace
43 } // namespace of mcld
H A DSpace.h17 #include <mcld/ADT/TypeTraits.h>
19 namespace mcld namespace
101 } // namespace of mcld
H A DSystemUtils.h16 #include <mcld/Config/Config.h>
18 namespace mcld { namespace
30 } // 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...]
H A DTargetSelect.h18 #include "mcld/Config/Targets.def"
22 #include "mcld/Config/Targets.def"
26 #include "mcld/Config/Linkers.def"
30 #include "mcld/Config/Linkers.def"
34 #include "mcld/Config/Linkers.def"
38 #include "mcld/Config/Linkers.def"
42 namespace mcld namespace
51 #include "mcld/Config/Targets.def"
60 mcld::InitializeAllTargetInfos();
63 #include "mcld/Confi
[all...]
H A DUniqueGCFactory.h15 #include "mcld/Support/GCFactory.h"
19 namespace mcld namespace
91 } // namespace of mcld
H A Draw_ostream.h16 #include <mcld/MC/MCLDInfo.h>
18 namespace mcld namespace
66 /// InitializeOStreams - This initialize mcld::outs() and mcld::errs().
67 /// Call it before you use mcld::outs() and mcld::errs().
72 mcld::raw_fd_ostream &outs();
76 mcld::raw_fd_ostream &errs();
78 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DDarwinLDBackend.h15 namespace mcld namespace
28 } // namespace of mcld
H A DELFDynamic.h16 #include <mcld/LD/LDSection.h>
20 namespace mcld namespace
171 } // namespace of mcld
H A DELFSectLinker.h19 #include <mcld/CodeGen/SectLinker.h>
21 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
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...]
H A DGOT.h15 #include <mcld/LD/LDSection.h>
16 #include <mcld/LD/TargetFragment.h>
18 namespace mcld namespace
102 } // namespace of mcld

Completed in 68 milliseconds

12345678