HomeSort by relevance Sort by last modified time
    Searched refs:mcld (Results 101 - 125 of 368) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 14 #include "mcld/Support/Path.h"
17 namespace mcld { namespace
47 } // namespace of mcld
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
TargetRegistry.h 22 namespace mcld { namespace
34 /// Target - mcld::Target is an object adapter of llvm::Target
38 friend class mcld::LLVMTargetMachine;
39 friend class mcld::TargetRegistry;
41 typedef mcld::LLVMTargetMachine *(*TargetMachineCtorTy)(const mcld::Target &,
52 typedef DiagnosticLineInfo *(*DiagnosticLineInfoCtorTy)(const mcld::Target&,
61 mcld::LLVMTargetMachine *createTargetMachine(const std::string &pTriple,
100 DiagnosticLineInfo* createDiagnosticLineInfo(const mcld::Target& pTarget,
123 /// TargetRegistry - mcld::TargetRegistry is an object adapter o
    [all...]
PathCache.h 16 #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
SystemUtils.h 16 #include <mcld/Config/Config.h>
18 namespace mcld { namespace
30 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticPrinter.h 14 #include <mcld/LD/DiagnosticEngine.h>
15 #include <mcld/LD/Diagnostic.h>
17 namespace mcld namespace
56 } // namespace of mcld
FDE.h 16 #include <mcld/LD/CIE.h>
17 #include <mcld/LD/RegionFragment.h>
19 namespace mcld namespace
49 } // namespace of mcld
RegionFragment.h 16 #include <mcld/LD/Fragment.h>
17 #include <mcld/Support/MemoryRegion.h>
19 namespace mcld namespace
23 * \brief RegionFragment is a kind of Fragment containing mcld::MemoryRegion
48 } // 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
EhFrameHdr.h 16 #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/LD/Layout.h
27 namespace mcld namespace
    [all...]
BSDArchiveReader.h 14 #include <mcld/LD/ArchiveReader.h>
16 namespace mcld namespace
36 } // namespace of mcld
CIE.h 16 #include <mcld/LD/RegionFragment.h>
18 namespace mcld namespace
41 } // 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
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDOutput.h 20 #include <mcld/MC/MCLDFile.h>
21 #include <mcld/Support/RealPath.h>
24 namespace mcld namespace
49 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
FillFragment.cpp 10 #include <mcld/LD/FillFragment.h>
11 #include <mcld/LD/SectionData.h>
14 using namespace mcld;
DiagnosticPrinter.cpp 9 #include <mcld/LD/DiagnosticPrinter.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
46 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/ADT/
Uncopyable.h 15 namespace mcld namespace
33 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.h 15 namespace mcld namespace
19 } // namespace for mcld
LDSymbolTest.cpp 10 #include "mcld/LD/LDSymbol.h"
13 using namespace mcld;
LDSymbolTest.h 15 namespace mcld namespace
19 } // namespace for mcld
SectionDataTest.h 14 namespace mcld { namespace
16 } // namespace for mcld
SystemUtilsTest.h 14 namespace mcld { namespace
34 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Support/
MemoryRegion.cpp 9 #include <mcld/Support/MemoryRegion.h>
11 using namespace mcld;

Completed in 74 milliseconds

1 2 3 45 6 7 8 91011>>