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

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
BSDArchiveReader.h 14 #include "mcld/LD/ArchiveReader.h"
16 namespace mcld namespace
36 } // namespace of mcld
LDReader.h 17 namespace mcld namespace
44 } // namespace of mcld
ResolveInfoFactory.h 14 #include "mcld/LD/ResolveInfo.h"
16 namespace mcld namespace
34 } // namespace of mcld
ELFDynObjReader.h 14 #include <mcld/LD/DynObjReader.h>
17 namespace mcld namespace
48 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 9 #include "mcld/MC/MCLDInput.h"
10 #include "mcld/MC/MCLDInputTree.h"
11 #include "mcld/LD/BSDArchiveReader.h"
13 using namespace mcld;
ELFObjectWriter.cpp 9 #include "mcld/LD/ELFObjectWriter.h"
11 using namespace mcld;
Resolver.cpp 9 #include "mcld/LD/Resolver.h"
12 using namespace mcld;
ELFSegment.cpp 9 #include <mcld/LD/ELFSegment.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/MC/
MCLDOutput.cpp 9 #include "mcld/MC/MCLDOutput.h"
11 using namespace mcld;
MCRegionFragment.cpp 10 #include "mcld/MC/MCRegionFragment.h"
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
AndroidSectLinker.cpp 10 #include <mcld/Target/AndroidSectLinker.h>
13 #include <mcld/MC/MCLDDirectory.h>
14 #include <mcld/CodeGen/SectLinkerOption.h>
16 using namespace mcld;
  /frameworks/compile/mclinker/
mcld.mk 5 MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk
6 MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk
  /frameworks/compile/mclinker/unittests/
PathSetTest.cpp 9 #include "mcld/Support/PathSet.h"
12 using namespace mcld;
PathTest.h 12 #include "mcld/Support/Path.h"
19 * \brief a testcase for mcld::Path and its non-member funtions.
39 mcld::sys::fs::Path* m_pTestee;
  /frameworks/compile/mclinker/include/mcld/Target/
TargetMachine.h 16 #include "mcld/MC/MCLDFile.h"
28 namespace mcld namespace
46 /** \class mcld::LLVMTargetMachine
47 * \brief mcld::LLVMTargetMachine is a object adapter of
50 * mcld::LLVMTargetMachine is also in charge of MCLDInfo.
60 const mcld::Target &pTarget,
65 const mcld::Target& getTarget() const;
71 /// getLDInfo - return the mcld::MCLDInfo
72 virtual mcld::MCLDInfo& getLDInfo() = 0;
73 virtual const mcld::MCLDInfo& getLDInfo() const = 0
    [all...]
  /frameworks/compile/mclinker/lib/Support/
MemoryRegion.cpp 9 #include <mcld/Support/MemoryRegion.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMAndroidSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
14 using namespace mcld;
ARMELFDynamic.cpp 10 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
ARMELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsAndroidSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
14 using namespace mcld;
MipsELFDynamic.h 15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
39 } // namespace of mcld
MipsELFSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
14 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/X86/
X86AndroidSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
14 using namespace mcld;
X86ELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
13 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDFile.h 20 #include "mcld/ADT/Uncopyable.h"
21 #include "mcld/LD/LDContext.h"
22 #include "mcld/Support/Path.h"
23 #include "mcld/Support/FileSystem.h"
24 #include "mcld/Support/GCFactory.h"
25 #include "mcld/Support/MemoryArea.h"
31 namespace mcld namespace
41 * @see mcld::sys::fs::Path LDContext
150 } // namespace of mcld
155 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName
    [all...]

Completed in 147 milliseconds

1 2 3 45 6 7 8 91011>>