HomeSort by relevance Sort by last modified time
    Searched defs:mcld (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/compile/mclinker/lib/Target/ARM/
ARM.h 12 #include <mcld/Target/TargetMachine.h>
14 namespace mcld { namespace
17 extern mcld::Target TheARMTarget;
18 extern mcld::Target TheThumbTarget;
22 } // namespace of mcld
ARMDiagnostic.cpp 10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
20 namespace mcld { namespace
24 DiagnosticLineInfo* createARMDiagLineInfo(const mcld::Target& pTarget,
30 } // namespace of mcld
36 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheARMTarget, createARMDiagLineInfo);
37 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheThumbTarget, createARMDiagLineInfo);
ARMELFArchiveReader.h 15 #include "mcld/MC/MCELFArchiveTargetReader.h"
17 namespace mcld namespace
26 } // namespace of mcld
ARMELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
29 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/Mips/
Mips.h 12 #include "mcld/Support/TargetRegistry.h"
14 namespace mcld { namespace
16 extern mcld::Target TheMipselTarget;
18 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86.h 12 #include "mcld/Target/TargetMachine.h"
14 namespace mcld { namespace
17 extern mcld::Target TheX86Target;
21 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 14 #include <mcld/LD/LDReader.h>
16 namespace mcld namespace
40 } // namespace of mcld
BSDArchiveReader.h 14 #include <mcld/LD/ArchiveReader.h>
16 namespace mcld namespace
36 } // namespace of mcld
BranchIsland.h 15 namespace mcld namespace
27 } // namespace of mcld
DWARFLineInfo.h 14 #include <mcld/LD/DiagnosticLineInfo.h>
16 namespace mcld namespace
28 } // namespace of mcld
DiagnosticLineInfo.h 15 namespace mcld namespace
26 } // namespace of mcld
DynObjFileFormat.h 15 namespace mcld namespace
26 } // namespace of mcld
ELFDynObjFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld namespace
35 } // namespace of mcld
ELFExecFileFormat.h 14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld namespace
34 } // namespace of mcld
ELFSectionMap.h 12 #include <mcld/LD/SectionMap.h>
14 namespace mcld namespace
27 } // namespace of mcld
ELFSegmentFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/ELFSegment.h>
17 namespace mcld namespace
43 } // namespace of mcld
Group.h 15 namespace mcld namespace
25 } // namespace of mcld
LDSectionFactory.h 17 #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
ObjectWriter.h 16 namespace mcld namespace
36 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 15 #include <mcld/LD/LDContext.h>
16 #include <mcld/Support/UniqueGCFactory.h>
17 #include <mcld/Support/Path.h>
19 namespace mcld namespace
45 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
RegionFactory.h 14 #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
raw_ostream.h 16 #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/
DarwinLDBackend.h 15 namespace mcld namespace
28 } // namespace of mcld
ELFSectLinker.h 19 #include <mcld/CodeGen/SectLinker.h>
21 namespace mcld namespace
28 mcld::TargetLDBackend &pLDBackend);
33 } // namespace of mcld
Stub.h 14 #include "mcld/LD/Relocation.h"
16 namespace mcld namespace
27 } // namespace of mcld

Completed in 127 milliseconds

1 2 3 4 5 6 7 8