Searched refs:mcld (Results 76 - 100 of 367) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86SectLinker.cpp10 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
23 mcld::TargetLDBackend &pLDBackend)
42 } // namespace of mcld
48 mcld::TargetRegistry::RegisterSectLinker(TheX86Target, createX86SectLinker);
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h17 #include <mcld/MC/MCLDDriver.h>
18 #include <mcld/MC/MCLinker.h>
19 #include <mcld/LD/DiagnosticPrinter.h>
20 #include <mcld/LD/DiagnosticLineInfo.h>
21 #include <mcld/Support/TargetRegistry.h>
22 #include <mcld/Support/Path.h>
24 namespace mcld { namespace
55 void setSysRoot(const mcld::sys::fs::Path &pPath);
60 void addObject(const mcld::sys::fs::Path &pPath)
103 const mcld
[all...]
/frameworks/compile/mclinker/unittests/
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 DSymbolTableTest.h11 #include "mcld/LD/StringTable.h"
14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolTable<>* m_pTestee;
45 mcld::StringTable m_StrTable;
H A DLDSymbolTest.cpp10 #include "mcld/LD/LDSymbol.h"
13 using namespace mcld;
/frameworks/compile/libbcc/include/bcc/Support/
H A DLinkerConfig.h22 #include <mcld/MC/MCLDInfo.h>
23 #include <mcld/Support/TargetRegistry.h>
24 #include <mcld/LD/DiagnosticLineInfo.h>
25 #include <mcld/LD/DiagnosticPrinter.h>
42 const mcld::Target *mTarget;
45 mcld::MCLDInfo *mLDInfo;
48 mcld::DiagnosticLineInfo *mDiagLineInfo;
49 mcld::DiagnosticPrinter *mDiagPrinter;
59 inline const mcld::Target *getTarget() const
62 inline mcld
[all...]
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DLinkerConfig.h15 #include <mcld/MC/MCLDInfo.h>
16 #include <mcld/Support/TargetRegistry.h>
17 #include <mcld/LD/DiagnosticLineInfo.h>
18 #include <mcld/LD/DiagnosticPrinter.h>
35 const mcld::Target *mTarget;
38 mcld::MCLDInfo *mLDInfo;
41 mcld::DiagnosticLineInfo *mDiagLineInfo;
42 mcld::DiagnosticPrinter *mDiagPrinter;
52 inline const mcld::Target *getTarget() const
55 inline mcld
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp24 #include <mcld/MC/MCLDDriver.h>
25 #include <mcld/MC/InputTree.h>
26 #include <mcld/MC/MCLinker.h>
27 #include <mcld/MC/InputTree.h>
28 #include <mcld/LD/LDSection.h>
29 #include <mcld/LD/LDContext.h>
30 #include <mcld/Target/TargetLDBackend.h>
31 #include <mcld/Support/Path.h>
32 #include <mcld/Support/MemoryArea.h>
33 #include <mcld/Suppor
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp17 #include <mcld/MC/MCLDDriver.h>
18 #include <mcld/MC/InputTree.h>
19 #include <mcld/MC/MCLinker.h>
20 #include <mcld/MC/InputTree.h>
21 #include <mcld/LD/LDSection.h>
22 #include <mcld/LD/LDContext.h>
23 #include <mcld/Target/TargetLDBackend.h>
24 #include <mcld/Support/Path.h>
25 #include <mcld/Support/MemoryArea.h>
26 #include <mcld/Suppor
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DMCLDInfo.cpp9 #include <mcld/Config/Config.h>
10 #include <mcld/MC/MCLDInfo.h>
11 #include <mcld/MC/InputFactory.h>
12 #include <mcld/MC/AttributeFactory.h>
13 #include <mcld/MC/ContextFactory.h>
14 #include <mcld/LD/NamePool.h>
15 #include <mcld/LD/StaticResolver.h>
16 #include <mcld/Support/FileSystem.h>
19 using namespace mcld;
35 m_pOutput = new mcld
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
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 DDynObjWriter.h14 #include <mcld/MC/MCLDOutput.h>
15 #include <mcld/LD/LDWriter.h>
18 namespace mcld namespace
38 } // 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 DDynObjFileFormat.h15 namespace mcld namespace
26 } // namespace of mcld
H A DLDSectionFactory.h17 #include <mcld/Support/GCFactory.h>
18 #include <mcld/LD/LDSection.h>
19 #include <mcld/LD/LDFileFormat.h>
21 namespace mcld namespace
57 } // namespace of mcld
H A DEhFrameHdr.h16 #include <mcld/ADT/SizeTraits.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Support/MemoryRegion.h>
19 #include <mcld/MC/MCLDOutput.h>
20 #include <mcld/MC/MCLinker.h>
21 #include <mcld/LD/EhFrame.h>
22 #include <mcld/LD/LDSection.h>
23 #include <mcld/LD/CIE.h>
24 #include <mcld/LD/FDE.h>
25 #include <mcld/L
27 namespace mcld namespace
[all...]
H A DArchiveReader.h14 #include <mcld/LD/LDReader.h>
16 namespace mcld namespace
40 } // namespace of mcld
H A DBSDArchiveReader.h14 #include <mcld/LD/ArchiveReader.h>
16 namespace mcld namespace
36 } // namespace of mcld
H A DELFDynObjFileFormat.h14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld namespace
35 } // namespace of mcld
H A DELFExecFileFormat.h14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld namespace
34 } // namespace of mcld
/frameworks/compile/mclinker/lib/LD/
H A DFillFragment.cpp10 #include <mcld/LD/FillFragment.h>
11 #include <mcld/LD/SectionData.h>
14 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFArchiveReader.h15 #include "mcld/MC/MCELFArchiveTargetReader.h"
17 namespace mcld namespace
26 } // 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
H A DSystemUtils.h16 #include <mcld/Config/Config.h>
18 namespace mcld { namespace
30 } // namespace of mcld

Completed in 2732 milliseconds

1234567891011>>