HomeSort by relevance Sort by last modified time
    Searched full:mcld (Results 76 - 100 of 498) sorted by null

1 2 34 5 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 {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMMCLinker.cpp 13 #include <mcld/Module.h>
14 #include <mcld/Support/TargetRegistry.h>
16 using namespace mcld;
18 namespace mcld { namespace
24 mcld::Module& pModule,
40 } // namespace of mcld
47 mcld::TargetRegistry::RegisterMCLinker(TheARMTarget, createARMMCLinker);
48 mcld::TargetRegistry::RegisterMCLinker(TheThumbTarget, createARMMCLinker);
  /frameworks/compile/mclinker/lib/Target/X86/
X86MCLinker.cpp 11 #include <mcld/Module.h>
12 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
24 mcld::Module& pModule,
40 } // namespace of mcld
47 mcld::TargetRegistry::RegisterMCLinker(TheX86_32Target, createX86MCLinker);
48 mcld::TargetRegistry::RegisterMCLinker(TheX86_64Target, createX86MCLinker);
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.cpp 11 #include <mcld/Fragment/FragmentRef.h>
12 #include <mcld/Fragment/RegionFragment.h>
13 #include <mcld/Support/MemoryAreaFactory.h>
14 #include <mcld/Support/FileHandle.h>
15 #include <mcld/Support/MemoryRegion.h>
16 #include <mcld/Support/Path.h>
18 using namespace mcld;
19 using namespace mcld::sys::fs;
BinTreeTest.h 12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
FactoriesTest.h 12 #include "mcld/ADT/TreeAllocator.h"
13 #include "mcld/MC/MCLDFile.h"
39 typedef mcld::NodeFactory<int> NodeAlloc;
40 typedef mcld::MCLDFileFactory FileAlloc;
FragmentTest.h 14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
UniqueGCFactoryBaseTest.h 12 #include <mcld/Support/UniqueGCFactory.h>
13 #include <mcld/LinkerConfig.h>
14 #include <mcld/LD/DiagnosticPrinter.h>
41 mcld::LinkerConfig* m_pConfig;
  /frameworks/compile/mclinker/include/mcld/Fragment/
RegionFragment.h 15 #include <mcld/Fragment/Fragment.h>
17 namespace mcld { namespace
22 * \brief RegionFragment is a kind of Fragment containing mcld::MemoryRegion
46 } // namespace of mcld
NullFragment.h 15 #include <mcld/Fragment/Fragment.h>
17 namespace mcld { namespace
40 } // namespace of mcld
TargetFragment.h 15 #include <mcld/Fragment/Fragment.h>
17 namespace mcld { namespace
41 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 15 #include <mcld/ADT/BinTree.h>
16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/MC/MCLDInput.h>
18 #include <mcld/Support/Path.h>
23 namespace mcld { namespace
25 /** \class template<typename Traits, typename Iterator> PolicyIterator<mcld::Input>
26 * \brief PolicyIterator<mcld::Input> is a partially specific PolicyIterator
29 class PolicyIterator<mcld::Input, Traits, IteratorType> : public PolicyIteratorBase<Input, Traits, IteratorType>
168 } // namespace of mcld
174 mcld::InputTree
    [all...]
AttributeOption.h 14 #include <mcld/MC/Attribute.h>
16 namespace mcld { namespace
35 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 16 #include <mcld/Support/GCFactory.h>
17 #include <mcld/LD/BranchIsland.h>
19 namespace mcld namespace
53 } // namespace of mcld
DiagnosticPrinter.h 14 #include <mcld/LD/DiagnosticEngine.h>
15 #include <mcld/LD/Diagnostic.h>
17 namespace mcld namespace
53 } // 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
BSDArchiveReader.h 14 #include <mcld/LD/ArchiveReader.h>
16 namespace mcld namespace
36 } // namespace of mcld
BinaryReader.h 14 #include "mcld/LD/LDReader.h"
17 namespace mcld { namespace
42 } // namespace of mcld
DWARFLineInfo.h 14 #include <mcld/LD/DiagnosticLineInfo.h>
16 namespace mcld namespace
28 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/MC/
FileAction.h 14 #include <mcld/MC/InputAction.h>
15 #include <mcld/Support/FileHandle.h>
17 namespace mcld { namespace
50 } // end of namespace mcld
InputFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/MC/MCLDInput.h>
17 namespace mcld { namespace
58 } // namespace of mcld
MCLDDirectory.h 14 #include "mcld/Support/Directory.h"
15 #include "mcld/Support/FileSystem.h"
19 namespace mcld namespace
50 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Target/
ELFMCLinker.h 19 #include <mcld/CodeGen/MCLinker.h>
21 namespace mcld { namespace
30 mcld::Module& pModule,
36 } // namespace of mcld
  /frameworks/compile/mclinker/
mcld-host-build.mk 4 -include $(MCLD_ROOT_PATH)/include/mcld/Config/Config.h \
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 1 //===- llvm-mcld.cpp ------------------------------------------------------===//
9 #include <mcld/Module.h>
10 #include <mcld/LinkerConfig.h>
11 #include <mcld/Target/TargetMachine.h>
12 #include <mcld/Support/TargetSelect.h>
13 #include <mcld/Support/TargetRegistry.h>
14 #include <mcld/Support/CommandLine.h>
15 #include <mcld/Support/Path.h>
16 #include <mcld/Support/RealPath.h>
17 #include <mcld/Support/MsgHandling.h
    [all...]

Completed in 920 milliseconds

1 2 34 5 6 7 8 91011>>