HomeSort by relevance Sort by last modified time
    Searched refs:mcld (Results 51 - 75 of 298) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/
Target.cpp 9 #include "mcld/Support/TargetRegistry.h"
10 #include "mcld/Target/TargetMachine.h"
15 using namespace mcld;
18 mcld::Target::Target()
  /frameworks/compile/mclinker/unittests/
BinTreeTest.h 12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
MCRegionFragmentTest.h 15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
MemoryAreaTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::MemoryArea* m_pTestee;
PathSetTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::PathSet* m_pTestee;
StrSymPoolTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StrSymPool* m_pTestee;
StringTableTest.h 14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
TargetMachineTest.cpp 11 using namespace mcld;
40 mcld::addPassesToEmitFile();
StaticResolverTest.h 14 namespace mcld namespace
19 } // namespace for mcld
45 mcld::StaticResolver* m_pResolver;
46 mcld::ResolveInfoFactory* m_pFactory;
LDSymbolTest.cpp 10 #include "mcld/LD/LDSymbol.h"
13 using namespace 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
44 } // namespace of mcld
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/include/mcld/LD/
DynObjWriter.h 14 #include <mcld/MC/MCLDOutput.h>
15 #include <mcld/LD/LDWriter.h>
18 namespace mcld namespace
38 } // namespace of mcld
ELFSegmentFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/ELFSegment.h>
17 namespace mcld namespace
40 } // namespace of mcld
ELFDynObjWriter.h 16 #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
LDSectionFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/LDSection.h>
16 #include <mcld/LD/LDFileFormat.h>
19 namespace mcld namespace
55 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Target/
AndroidSectLinker.h 20 #include <mcld/CodeGen/SectLinker.h>
22 namespace mcld namespace
29 mcld::TargetLDBackend &pLDBackend);
39 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 9 #include <mcld/LD/LDFileFormat.h>
10 #include <mcld/MC/MCLinker.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/ADT/SizeTraits.h>
17 #include <mcld/ADT/TypeTraits.h>
18 #include <mcld/Support/FileSystem.h>
19 #include <mcld/Support/MemoryArea.h>
23 namespace mcld namespace
45 typedef NonConstTraits<mcld::sys::fs::detail::Address>::value_type Address;
46 typedef ConstTraits<mcld::sys::fs::detail::Address>::value_type ConstAddress;
47 typedef NonConstTraits<mcld::sys::fs::detail::Offset>::value_type Offset;
48 typedef ConstTraits<mcld::sys::fs::detail::Offset>::value_type ConstOffset
    [all...]
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 {
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 9 #include "mcld/Support/CommandLine.h"
16 // parser<mcld::sys::fs::Path>
18 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
21 mcld::sys::fs::Path &Val)
29 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
30 const mcld::sys::fs::Path &V,
31 parser<mcld::sys::fs::Path>::OptVal Default,
46 void parser<mcld::sys::fs::Path>::anchor()
52 // parser<mcld::MCLDDirectory>
54 bool parser<mcld::MCLDDirectory>::parse(llvm::cl::Option &O
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.h 15 #include <mcld/LD/RelocationFactory.h>
16 #include <mcld/Target/GOT.h>
19 namespace mcld namespace
56 } // 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
55 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/ADT/
Uncopyable.h 15 namespace mcld namespace
33 } // namespace of mcld
  /frameworks/compile/mclinker/templates/
header.h 15 namespace mcld namespace
26 } // namespace of mcld

Completed in 255 milliseconds

1 23 4 5 6 7 8 91011>>