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

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DDWARFLineInfo.cpp9 #include "mcld/LD/DWARFLineInfo.h"
11 namespace mcld { namespace
16 } // namespace mcld
H A DDiagnosticLineInfo.cpp9 #include "mcld/LD/DiagnosticLineInfo.h"
11 namespace mcld { namespace
16 } // namespace mcld
H A DDynObjReader.cpp9 #include "mcld/LD/DynObjReader.h"
11 #include "mcld/MC/Input.h"
12 #include "mcld/Target/TargetLDBackend.h"
14 namespace mcld { namespace
19 } // namespace mcld
H A DLDReader.cpp9 #include "mcld/LD/LDReader.h"
11 namespace mcld { namespace
16 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/
H A DEnvironment.h12 namespace mcld { namespace
18 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h14 namespace mcld { namespace
20 } // namespace mcld
H A DMemoryArea.h12 #include "mcld/Support/Compiler.h"
17 namespace mcld { namespace
49 } // namespace mcld
H A DMemoryAreaFactory.h11 #include "mcld/Support/FileHandle.h"
12 #include "mcld/Support/GCFactory.h"
13 #include "mcld/Support/MemoryArea.h"
14 #include "mcld/Support/Path.h"
18 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
66 } // namespace mcld
H A Draw_ostream.h16 namespace mcld { namespace
59 mcld::raw_fd_ostream& outs();
63 mcld::raw_fd_ostream& errs();
65 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFEmulation.h12 namespace mcld { namespace
19 } // namespace mcld
H A DDarwinLDBackend.h12 namespace mcld { namespace
22 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMips.h12 namespace mcld { namespace
19 } // namespace 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
36 } // namespace mcld
H A DBSDArchiveReader.h11 #include "mcld/LD/ArchiveReader.h"
13 namespace mcld { namespace
32 } // namespace mcld
H A DDWARFLineInfo.h11 #include "mcld/LD/DiagnosticLineInfo.h"
13 namespace mcld { namespace
21 } // namespace mcld
H A DDiagnosticLineInfo.h12 namespace mcld { namespace
19 } // namespace mcld
H A DDynObjFileFormat.h12 namespace mcld { namespace
19 } // namespace mcld
H A DELFDynObjFileFormat.h11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
26 } // namespace mcld
H A DELFExecFileFormat.h11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
26 } // namespace mcld
H A DGroup.h12 namespace mcld { namespace
19 } // namespace mcld
H A DObjectWriter.h13 namespace mcld { namespace
34 } // namespace 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
41 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h11 #include "mcld/LD/EhFrame.h"
12 #include "mcld/LD/LDFileFormat.h"
18 namespace mcld { namespace
27 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
36 /// CreateSection - To create an output LDSection in mcld::Module.
42 /// @ref mcld::Module.
44 /// To create an input LDSection in mcld::LDContext, use @ref
57 /// MergeSection - merge the pInput section to mcld::Module.
59 /// output section of mcld::Module.
99 } // namespace mcld
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DAttributeOption.cpp9 #include "mcld/AttributeOption.h"
11 namespace mcld { namespace
22 } // namespace mcld

Completed in 301 milliseconds

1234567891011>>