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

1 2 3 4 5 6 78 91011>>

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 14 namespace mcld { namespace
96 } // namespace mcld
  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 9 #include <mcld/MC/SymbolCategory.h>
10 #include <mcld/LD/ResolveInfo.h>
11 #include <mcld/LD/LDSymbol.h>
16 using namespace mcld;
MCFragmentRefTest.cpp 10 #include "mcld/MC/MCFragmentRef.h"
11 #include "mcld/MC/MCRegionFragment.h"
12 #include "mcld/Support/MemoryAreaFactory.h"
13 #include "mcld/Support/Path.h"
16 using namespace mcld;
17 using namespace mcld::sys::fs;
18 using namespace mcld::sys::fs::detail;
LinearAllocatorTest.h 13 #include "mcld/Support/Allocators.h"
67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc;
RTLinearAllocatorTest.h 13 #include "mcld/Support/Allocators.h"
68 mcld::LinearAllocator<Data,0>* m_pTestee;
  /frameworks/compile/mclinker/include/mcld/MC/
MCFragmentRef.h 15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/ADT/TypeTraits.h>
18 namespace mcld namespace
82 } // 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/
GOT.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/MC/MCTargetFragment.h>
18 namespace mcld namespace
103 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 10 #include <mcld/LD/ELFFileFormat.h>
11 #include <mcld/Target/GNULDBackend.h>
15 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 9 #include <mcld/LD/LDSection.h>
10 #include <mcld/Target/OutputRelocSection.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include "mcld/Support/PathCache.h"
25 namespace mcld { namespace
86 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
116 } // namespace of mcld
MemoryAreaFactory.h 15 #include "mcld/Support/UniqueGCFactory.h"
16 #include "mcld/Support/MemoryArea.h"
17 #include "mcld/Support/Path.h"
22 namespace mcld namespace
32 * mcld::Input should not create MemoryArea directly. Instead, it should ask
36 * constructor and destructor of MCLDFile. For mcld::Output, MCLinker
38 * aside, mcld::Input opens the file at constructor. In order to hide the
61 } // namespace of mcld
PositionDependentOption.h 17 namespace mcld namespace
60 } // namespace of mcld
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 10 #include "mcld/CodeGen/SectLinker.h"
11 #include "mcld/CodeGen/SectLinkerOption.h"
12 #include "mcld/MC/MCBitcodeInterceptor.h"
13 #include "mcld/MC/MCLDFile.h"
14 #include "mcld/Support/RealPath.h"
15 #include "mcld/Support/TargetRegistry.h"
16 #include "mcld/Target/TargetMachine.h"
17 #include "mcld/Target/TargetLDBackend.h"
53 using namespace mcld;
94 mcld::LLVMTargetMachine::LLVMTargetMachine(llvm::TargetMachine &pTM
    [all...]
SectLinker.cpp 14 #include <mcld/ADT/BinTree.h>
15 #include <mcld/CodeGen/SectLinker.h>
16 #include <mcld/CodeGen/SectLinkerOption.h>
17 #include <mcld/MC/MCLDInputTree.h>
18 #include <mcld/MC/MCLDDriver.h>
19 #include <mcld/Support/DerivedPositionDependentOptions.h>
20 #include <mcld/Support/FileSystem.h>
21 #include <mcld/Target/TargetLDBackend.h>
31 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinkerOption.h 15 #include "mcld/MC/MCLDInfo.h"
16 #include "mcld/Support/PositionDependentOption.h"
20 namespace mcld namespace
55 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 9 #include <mcld/LD/LDContext.h>
10 #include <mcld/LD/LDSection.h>
11 #include <mcld/LD/LDSymbol.h>
14 using namespace mcld;
LDSymbol.cpp 9 #include "mcld/LD/LDSymbol.h"
12 using namespace mcld;
SymbolTableFactory.cpp 9 #include "mcld/LD/SymbolTableFactory.h"
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/MC/
MCLDInput.cpp 9 #include "mcld/MC/MCLDInput.h"
10 #include "mcld/MC/MCLDAttribute.h"
12 using namespace mcld;
MCFragmentRef.cpp 10 #include <mcld/MC/MCFragmentRef.h>
11 #include <mcld/MC/MCRegionFragment.h>
12 #include <mcld/MC/MCTargetFragment.h>
13 #include <mcld/LD/Layout.h>
17 using namespace mcld;
20 uint64_t mcld::computeFragmentSize(const Layout& pLayout,
127 MCRegionFragment* region_frag = static_cast<mcld::MCRegionFragment*>(m_pFragment);
159 base = static_cast<mcld::MCRegionFragment*>(m_pFragment)->getRegion().getBuffer();
186 base = static_cast<const mcld::MCRegionFragment*>(m_pFragment)->getRegion().getBuffer();
  /frameworks/compile/mclinker/lib/Support/
RegionFactory.cpp 9 #include "mcld/Support/RegionFactory.h"
10 #include "mcld/Support/MemoryArea.h"
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 15 #include "mcld/Target/GOT.h"
17 namespace mcld namespace
67 } // namespace of mcld
X86LDBackend.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/Target/GNULDBackend.h>
17 #include <mcld/Target/OutputRelocSection.h>
19 namespace mcld { namespace
254 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 16 #include <mcld/LD/LDFileFormat.h>
25 namespace mcld namespace
102 } // namespace of mcld

Completed in 1108 milliseconds

1 2 3 4 5 6 78 91011>>