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

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 9 #include <mcld/Support/TargetSelect.h>
10 #include <mcld/LD/StaticResolver.h>
11 #include <mcld/LD/ResolveInfo.h>
12 #include <mcld/LD/ResolveInfoFactory.h>
13 #include <mcld/LD/DiagnosticPrinter.h>
14 #include <mcld/LD/DiagnosticLineInfo.h>
15 #include <mcld/LD/TextDiagnosticPrinter.h>
16 #include <mcld/Support/MsgHandling.h>
17 #include <mcld/MC/MCLDInfo.h>
21 #include <mcld/Support/MsgHandling.h
    [all...]
FragmentTest.cpp 11 #include <mcld/LD/Fragment.h>
12 #include <mcld/LD/SectionData.h>
13 #include <mcld/LD/LDSection.h>
15 using namespace mcld;
UniqueGCFactoryBaseTest.cpp 9 #include <mcld/MC/ContextFactory.h>
10 #include <mcld/Support/MemoryAreaFactory.h>
11 #include <mcld/Support/MsgHandling.h>
12 #include <mcld/Support/TargetSelect.h>
13 #include <mcld/Support/Path.h>
16 using namespace mcld;
27 mcld::InitializeDiagnosticEngine(*m_pLDInfo, m_pLineInfo, NULL);
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 13 #include <mcld/Support/FileHandle.h>
14 #include <mcld/MC/InputTree.h>
15 #include <mcld/MC/MCLDDriver.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/MsgHandling.h>
18 #include <mcld/Support/FileHandle.h>
19 #include <mcld/Support/raw_ostream.h>
20 #include <mcld/Support/MemoryAreaFactory.h>
21 #include <mcld/Support/DerivedPositionDependentOptions.h>
22 #include <mcld/Target/TargetLDBackend.h
    [all...]
SectLinkerOption.cpp 9 #include "mcld/CodeGen/SectLinkerOption.h"
10 #include "mcld/Support/DerivedPositionDependentOptions.h"
11 #include "mcld/Support/RealPath.h"
13 using namespace mcld;
LLVMTargetMachine.cpp 10 #include <mcld/CodeGen/SectLinker.h>
11 #include <mcld/CodeGen/SectLinkerOption.h>
12 #include <mcld/MC/MCLDFile.h>
13 #include <mcld/Support/RealPath.h>
14 #include <mcld/Support/TargetRegistry.h>
15 #include <mcld/Target/TargetMachine.h>
16 #include <mcld/Target/TargetLDBackend.h>
52 using namespace mcld;
95 mcld::LLVMTargetMachine::LLVMTargetMachine(llvm::TargetMachine &pTM,
96 const mcld::Target& pTarget
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DynObjReader.h 14 #include "mcld/LD/LDReader.h"
17 namespace mcld namespace
42 } // namespace of mcld
ObjectWriter.h 16 namespace mcld namespace
36 } // namespace of mcld
SectionMerger.h 18 #include <mcld/LD/LDSection.h>
19 #include <mcld/LD/LDContext.h>
20 #include <mcld/LD/SectionMap.h>
22 namespace mcld namespace
95 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 10 #include <mcld/LD/RelocationFactory.h>
17 #include <mcld/Target/GOT.h>
18 #include <mcld/Target/TargetLDBackend.h>
20 using namespace mcld;
ELFDynObjReader.cpp 13 #include <mcld/LD/ELFDynObjReader.h>
14 #include <mcld/LD/ELFReader.h>
15 #include <mcld/MC/MCLDInput.h>
16 #include <mcld/MC/MCLinker.h>
17 #include <mcld/Target/GNULDBackend.h>
18 #include <mcld/Support/MemoryRegion.h>
22 using namespace mcld;
Relocation.cpp 10 #include <mcld/LD/Relocation.h>
11 #include <mcld/LD/RelocationFactory.h>
12 #include <mcld/LD/Layout.h>
13 #include <mcld/Support/MsgHandling.h>
15 using namespace mcld;
DiagnosticInfos.cpp 12 #include <mcld/ADT/SizeTraits.h>
13 #include <mcld/MC/MCLDInfo.h>
14 #include <mcld/LD/Diagnostic.h>
15 #include <mcld/LD/DiagnosticInfos.h>
16 #include <mcld/LD/DiagnosticPrinter.h>
18 using namespace mcld;
43 #include "mcld/LD/DiagCommonKinds.inc"
44 #include "mcld/LD/DiagReaders.inc"
45 #include "mcld/LD/DiagSymbolResolutions.inc"
46 #include "mcld/LD/DiagRelocations.inc
    [all...]
ELFDynObjFileFormat.cpp 10 #include <mcld/LD/ELFDynObjFileFormat.h>
11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/LDSection.h>
13 #include <mcld/MC/MCLinker.h>
14 #include <mcld/Target/GNULDBackend.h>
16 using namespace mcld;
ELFExecFileFormat.cpp 10 #include <mcld/LD/ELFExecFileFormat.h>
11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/LDSection.h>
13 #include <mcld/MC/MCLinker.h>
14 #include <mcld/Target/GNULDBackend.h>
16 using namespace mcld;
  /frameworks/compile/mclinker/lib/MC/
AttributeFactory.cpp 9 #include "mcld/MC/MCLDAttribute.h"
10 #include "mcld/MC/AttributeFactory.h"
12 using namespace mcld;
18 m_AttrSet.push_back(new mcld::Attribute());
25 m_AttrSet.push_back(new mcld::Attribute());
86 void AttributeFactory::record(mcld::Attribute &pAttr)
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 10 #include <mcld/Target/OutputRelocSection.h>
14 #include <mcld/LD/LDSection.h>
15 #include <mcld/Support/MsgHandling.h>
17 using namespace mcld;
TargetLDBackend.cpp 9 #include "mcld/LD/Relocation.h"
10 #include "mcld/LD/Layout.h"
11 #include "mcld/Target/TargetLDBackend.h"
13 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 15 #include <mcld/LD/LDFileFormat.h>
16 #include <mcld/LD/SectionData.h>
17 #include <mcld/Support/MsgHandling.h>
23 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
160 } // namespace of mcld
168 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
169 mcld::sys::fs::Path,
172 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
  /frameworks/compile/mclinker/include/mcld/MC/
InputTree.h 15 #include "mcld/ADT/BinTree.h"
16 #include "mcld/ADT/TypeTraits.h"
17 #include "mcld/MC/MCLDInput.h"
18 #include "mcld/MC/InputFactory.h"
19 #include "mcld/Support/FileSystem.h"
24 namespace mcld namespace
27 /** \class template<typename Traits, typename Iterator> PolicyIterator<mcld::Input>
28 * \brief PolicyIterator<mcld::Input> is a partially specific PolicyIterator
31 class PolicyIterator<mcld::Input, Traits, IteratorType> : public PolicyIteratorBase<Input, Traits, IteratorType>
197 } // namespace of mcld
    [all...]
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 9 #include <mcld/Support/RegionFactory.h>
10 #include <mcld/Support/MemoryArea.h>
11 #include <mcld/Support/MemoryRegion.h>
12 #include <mcld/Support/FileHandle.h>
13 #include <mcld/Support/MsgHandling.h>
15 using namespace mcld;
MemoryAreaFactory.cpp 9 #include <mcld/Support/MemoryAreaFactory.h>
10 #include <mcld/Support/MsgHandling.h>
11 #include <mcld/Support/RegionFactory.h>
12 #include <mcld/Support/SystemUtils.h>
13 #include <mcld/Support/Space.h>
15 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/HashEntry.h>
18 #include <mcld/LD/EhFrameHdr.h>
19 #include <mcld/LD/ELFDynObjFileFormat.h>
20 #include <mcld/LD/ELFDynObjReader.h>
21 #include <mcld/LD/ELFDynObjWriter.h>
22 #include <mcld/LD/ELFExecFileFormat.h>
23 #include <mcld/LD/ELFExecWriter.h>
24 #include <mcld/LD/ELFObjectReader.h>
25 #include <mcld/LD/ELFObjectWriter.h
33 namespace mcld namespace
    [all...]
  /frameworks/compile/libbcc/lib/Support/
Initialization.cpp 24 #include <mcld/Support/TargetSelect.h>
25 #include <mcld/Support/TargetRegistry.h>

Completed in 401 milliseconds

1 2 3 4 5 6 7 891011>>