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

12345678

/frameworks/compile/mclinker/unittests/
H A DFragmentTest.h14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
H A DMCRegionFragmentTest.h15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
H A DMemoryAreaTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::MemoryArea* m_pTestee;
H A DNamePoolTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::NamePool* m_pTestee;
H A DPathSetTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::PathSet* m_pTestee;
H A DReadStageTest.h15 namespace mcld { namespace
33 void dumpInput(const mcld::Input &pInput, mcld::FileHandle &pFile, size_t pIdent);
35 void dumpOutput(const mcld::Output &pOutput, mcld::FileHandle &pFile, size_t pIdent);
41 } // end of namespace mcld
H A DStringTableTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
/frameworks/compile/mclinker/include/mcld/LD/
H A DCIE.h16 #include <mcld/LD/RegionFragment.h>
18 namespace mcld namespace
41 } // namespace of mcld
H A DDiagnostic.h17 #include <mcld/LD/DiagnosticEngine.h>
19 namespace mcld namespace
94 } // namespace of mcld
H A DDynObjWriter.h14 #include <mcld/MC/MCLDOutput.h>
15 #include <mcld/LD/LDWriter.h>
18 namespace mcld namespace
38 } // namespace of mcld
H A DELFDynObjWriter.h16 #include <mcld/LD/DynObjWriter.h>
17 #include <mcld/LD/ELFWriter.h>
18 #include <mcld/LD/LDContext.h>
19 #include <mcld/LD/LDSection.h>
20 #include <mcld/Support/MemoryArea.h>
25 namespace mcld namespace
50 } // namespace of mcld
H A DELFExecWriter.h16 #include <mcld/LD/ExecWriter.h>
17 #include <mcld/LD/ELFWriter.h>
18 #include <mcld/LD/LDContext.h>
19 #include <mcld/LD/LDSection.h>
20 #include <mcld/Support/MemoryArea.h>
25 namespace mcld namespace
50 } // namespace of mcld
H A DELFObjectWriter.h15 #include <mcld/LD/ObjectWriter.h>
16 #include <mcld/LD/ELFWriter.h>
18 namespace mcld namespace
44 } // namespace of mcld
H A DExecWriter.h14 #include <mcld/MC/MCLDOutput.h>
15 #include <mcld/LD/LDWriter.h>
18 namespace mcld namespace
38 } // namespace of mcld
H A DGNUArchiveReader.h15 #include <mcld/LD/ArchiveReader.h>
16 #include <mcld/LD/Archive.h>
18 namespace mcld namespace
85 } // namespace of mcld
H A DTextDiagnosticPrinter.h14 #include <mcld/LD/DiagnosticPrinter.h>
17 namespace mcld namespace
47 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDirectory.h14 #include "mcld/Support/Directory.h"
15 #include "mcld/Support/FileSystem.h"
19 namespace mcld namespace
50 } // namespace of mcld
H A DMCLDOutput.h20 #include <mcld/MC/MCLDFile.h>
21 #include <mcld/Support/RealPath.h>
24 namespace mcld namespace
49 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
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
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.h15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
H A DARMSectLinker.cpp10 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
23 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheARMTarget, createARMSectLinker);
46 mcld::TargetRegistry::RegisterSectLinker(TheThumbTarget, createARMSectLinker);
H A DARMTargetMachine.h11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
37 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsSectLinker.cpp11 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
24 mcld::TargetLDBackend &pLDBackend)
39 } // namespace of mcld
45 mcld::TargetRegistry::RegisterSectLinker(TheMipselTarget,
H A DMipsTargetMachine.h11 #include "mcld/Target/TargetMachine.h"
14 namespace mcld namespace
24 const mcld::Target &pTarget,
29 mcld::MCLDInfo& getLDInfo()
32 const mcld::MCLDInfo& getLDInfo() const
36 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.h15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld

Completed in 1536 milliseconds

12345678