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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 9 #include <mcld/LD/RelocationFactory.h>
10 #include <mcld/Target/GOT.h>
11 #include <mcld/Target/TargetLDBackend.h>
16 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;
ELFDynObjFileFormat.cpp 9 #include <mcld/LD/ELFDynObjFileFormat.h>
10 #include <mcld/LD/LDFileFormat.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/MC/MCLinker.h>
14 #include <mcld/Target/GNULDBackend.h>
16 using namespace mcld;
LDSectionFactory.cpp 9 #include <mcld/LD/LDSectionFactory.h>
11 using namespace mcld;
OutputSymbolTable.cpp 9 #include "mcld/LD/OutputSymbolTable.h"
11 using namespace mcld;
Relocation.cpp 10 //#include <mcld/MC/MCLDInfo.h>
11 #include <mcld/LD/Relocation.h>
12 #include <mcld/LD/RelocationFactory.h>
13 #include <mcld/LD/Layout.h>
15 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)
SearchDirs.cpp 12 #include "mcld/MC/SearchDirs.h"
13 #include "mcld/Support/FileSystem.h"
14 #include "mcld/MC/MCLDDirectory.h"
16 using namespace mcld;
48 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
63 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
77 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
  /frameworks/compile/mclinker/templates/
implTest.cpp 12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 9 #include "mcld/Support/FileSystem.h"
10 #include "mcld/Support/Path.h"
19 using namespace mcld;
20 using namespace mcld::sys::fs;
161 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
166 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
171 bool mcld::sys::fs::is_separator(char value)
180 bool mcld::sys::fs::exists(const Path &pPath)
187 bool mcld::sys::fs::is_directory(const Path &pPath)
194 std::ostream &mcld::sys::fs::operator<<(std::ostream& pOS
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 1 //===- llvm-mcld.cpp ------------------------------------------------------===//
9 #include <mcld/Target/TargetMachine.h>
10 #include <mcld/Support/TargetSelect.h>
11 #include <mcld/Support/TargetRegistry.h>
12 #include <mcld/Support/CommandLine.h>
13 #include <mcld/Support/DerivedPositionDependentOptions.h>
14 #include <mcld/Support/RealPath.h>
15 #include <mcld/CodeGen/SectLinkerOption.h>
124 cl::opt<mcld::CodeGenFileType>
125 FileType("filetype", cl::init(mcld::CGFT_EXEFile)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/HashEntry.h>
18 #include <mcld/LD/ELFDynObjReader.h>
19 #include <mcld/LD/ELFDynObjWriter.h>
20 #include <mcld/LD/ELFObjectReader.h>
21 #include <mcld/LD/ELFObjectWriter.h>
22 #include <mcld/LD/ELFDynObjFileFormat.h>
23 #include <mcld/LD/ELFExecFileFormat.h>
24 #include <mcld/LD/ELFSegment.h>
25 #include <mcld/LD/GNUArchiveReader.h
31 namespace mcld namespace
    [all...]
OutputRelocSection.h 17 #include <mcld/LD/RelocationFactory.h>
19 namespace mcld namespace
68 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 19 #include <mcld/MC/MCLDInfo.h>
20 #include <mcld/MC/MCLDInput.h>
21 #include <mcld/MC/MCLinker.h>
22 #include <mcld/MC/MCRegionFragment.h>
23 #include <mcld/LD/ResolveInfo.h>
24 #include <mcld/LD/LDContext.h>
25 #include <mcld/Target/GNULDBackend.h>
26 #include <mcld/Support/MemoryRegion.h>
28 namespace mcld namespace
221 } // namespace of mcld
    [all...]
SymbolTableFactory.h 14 #include "mcld/LD/InputSymbolTable.h"
15 #include "mcld/LD/OutputSymbolTable.h"
17 namespace mcld namespace
70 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInputTree.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>
185 } // namespace of mcld
    [all...]
MCLinker.h 22 #include <mcld/LD/StrSymPool.h>
23 #include <mcld/LD/StaticResolver.h>
24 #include <mcld/LD/LDSectionFactory.h>
25 #include <mcld/LD/LDFileFormat.h>
26 #include <mcld/LD/LDContext.h>
27 #include <mcld/LD/Relocation.h>
28 #include <mcld/LD/SectionMerger.h>
29 #include <mcld/LD/Layout.h>
30 #include <mcld/MC/MCLDInput.h>
31 #include <mcld/MC/SymbolCategory.h
37 namespace mcld { namespace
    [all...]
SearchDirs.h 15 #include "mcld/ADT/Uncopyable.h"
16 #include "mcld/MC/MCLDInput.h"
18 namespace mcld namespace
51 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pType);
73 } // namespace of mcld
InputFactory.h 14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/MC/MCLDInput.h"
17 namespace mcld namespace
53 } // namespace of mcld
MCTargetFragment.h 18 namespace mcld namespace
45 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
24 //#include "mcld/Support/Directory.h"
25 namespace mcld { namespace
157 } // namespace of mcld
165 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
166 mcld::sys::fs::Path,
169 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinker.h 21 #include <mcld/Support/PositionDependentOption.h>
30 namespace mcld namespace
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 15 #include <mcld/Target/GOT.h>
17 namespace mcld namespace
64 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 9 #include <mcld/LD/StaticResolver.h>
10 #include <mcld/LD/ResolveInfo.h>
11 #include <mcld/LD/ResolveInfoFactory.h>
17 using namespace mcld;
53 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc());
54 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
55 ASSERT_TRUE( mcld::ResolveInfo::define_flag == new_sym->info());
56 ASSERT_TRUE( mcld::ResolveInfo::define_flag == old_sym->info());
79 ASSERT_EQ( mcld::ResolveInfo::Global, new_sym->binding());
80 ASSERT_EQ( mcld::ResolveInfo::Global, old_sym->binding())
    [all...]
  /frameworks/compile/mclinker/
Android.mk 3 # For mcld.mk
32 include $(MCLD_ROOT_PATH)/mcld.mk

Completed in 81 milliseconds

1 2 3 4 5 67 8 91011>>