Searched defs:mcld (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/
H A DEnvironment.h12 namespace mcld { namespace
18 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h14 namespace mcld { namespace
20 } // namespace mcld
H A DMemoryArea.h12 #include <mcld/ADT/Uncopyable.h>
17 namespace mcld { namespace
46 } // namespace of mcld
H A DMemoryAreaFactory.h11 #include <mcld/Support/GCFactory.h>
12 #include <mcld/Support/MemoryArea.h>
13 #include <mcld/Support/Path.h>
14 #include <mcld/Support/FileHandle.h>
17 namespace mcld namespace
26 * mcld::Input should not create MemoryArea directly. Instead, it should ask
30 * constructor and destructor of MCLDFile. For mcld::Output, MCLinker
32 * aside, mcld::Input opens the file at constructor. In order to hide the
67 } // namespace of mcld
H A Draw_ostream.h15 namespace mcld { namespace
61 mcld::raw_fd_ostream &outs();
65 mcld::raw_fd_ostream &errs();
67 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFEmulation.h12 namespace mcld { namespace
19 } // namespace of mcld
H A DDarwinLDBackend.h12 namespace mcld namespace
25 } // namespace of mcld
H A DELFMCLinker.h16 #include <mcld/CodeGen/MCLinker.h>
18 namespace mcld { namespace
28 mcld::Module& pModule,
34 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMips.h12 namespace mcld { namespace
19 } // namespace of mcld
/frameworks/compile/mclinker/templates/
H A Dheader.h12 namespace mcld namespace
23 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchiveReader.h11 #include <mcld/LD/LDReader.h>
13 namespace mcld namespace
38 } // namespace of mcld
H A DBSDArchiveReader.h11 #include <mcld/LD/ArchiveReader.h>
13 namespace mcld namespace
34 } // namespace of mcld
H A DDWARFLineInfo.h11 #include <mcld/LD/DiagnosticLineInfo.h>
13 namespace mcld namespace
25 } // namespace of mcld
H A DDiagnosticLineInfo.h12 namespace mcld namespace
23 } // namespace of mcld
H A DDynObjFileFormat.h12 namespace mcld namespace
23 } // namespace of mcld
H A DELFDynObjFileFormat.h11 #include <mcld/LD/ELFFileFormat.h>
13 namespace mcld { namespace
27 } // namespace of mcld
H A DELFExecFileFormat.h11 #include <mcld/LD/ELFFileFormat.h>
13 namespace mcld { namespace
27 } // namespace of mcld
H A DGroup.h12 namespace mcld namespace
22 } // namespace of mcld
H A DObjectWriter.h13 namespace mcld { namespace
35 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h12 #include <mcld/LD/LDContext.h>
13 #include <mcld/Support/UniqueGCFactory.h>
14 #include <mcld/Support/Path.h>
16 namespace mcld namespace
42 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/EhFrame.h>
18 namespace mcld { namespace
27 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
37 /// CreateSection - To create an output LDSection in mcld::Module.
42 /// @ref mcld::Module.
44 /// To create an input LDSection in mcld::LDContext, use @ref LDSection::Create().
56 /// MergeSection - merge the pInput section to mcld::Module.
58 /// output section of mcld::Module.
97 } // namespace of mcld
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64.h17 namespace mcld { namespace
22 extern mcld::Target TheAArch64Target;
27 } // namespace of mcld
H A DAArch64ELFDynamic.h12 #include <mcld/Target/ELFDynamic.h>
14 namespace mcld { namespace
26 } // namespace of mcld
H A DAArch64ELFMCLinker.h11 #include <mcld/Target/ELFMCLinker.h>
13 namespace mcld { namespace
25 mcld::Module& pModule,
31 } // namespace of mcld
H A DAArch64TargetMachine.h13 #include <mcld/CodeGen/TargetMachine.h>
15 namespace mcld { namespace
22 const mcld::Target& pMCLDTarget,
26 } // namespace of mcld

Completed in 196 milliseconds

1234567891011>>