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

1 2 3 4 5 6 78 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 19 #include <mcld/ADT/HashTable.h>
20 #include <mcld/ADT/StringHash.h>
21 #include <mcld/ADT/Uncopyable.h>
22 #include <mcld/LD/ResolveInfo.h>
23 #include <mcld/LD/Resolver.h>
24 #include <mcld/LD/ResolveInfoFactory.h>
26 namespace mcld namespace
106 } // namespace of mcld
ELFReader.h 19 #include <mcld/MC/MCLDInfo.h>
20 #include <mcld/MC/MCLDInput.h>
21 #include <mcld/MC/MCLinker.h>
22 #include <mcld/LD/Fragment.h>
23 #include <mcld/LD/FillFragment.h>
24 #include <mcld/LD/AlignFragment.h>
25 #include <mcld/LD/RegionFragment.h>
26 #include <mcld/LD/ResolveInfo.h>
27 #include <mcld/LD/LDContext.h>
28 #include <mcld/Target/GNULDBackend.h
32 namespace mcld namespace
    [all...]
Relocation.h 17 #include <mcld/LD/Fragment.h>
18 #include <mcld/LD/FragmentRef.h>
19 #include <mcld/LD/ResolveInfo.h>
20 #include <mcld/LD/LDSymbol.h>
23 namespace mcld namespace
114 } // namespace of mcld
GNUArchiveReader.h 15 #include <mcld/LD/ArchiveReader.h>
16 #include <mcld/LD/Archive.h>
18 namespace mcld namespace
85 } // namespace of mcld
RelocationFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/Relocation.h>
17 namespace mcld namespace
88 } // namespace of mcld
EhFrame.h 16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/LD/CIE.h>
18 #include <mcld/LD/FDE.h>
19 #include <mcld/LD/RegionFragment.h>
20 #include <mcld/Support/GCFactory.h>
22 namespace mcld namespace
141 } // namespace of mcld
AlignFragment.h 15 #include <mcld/LD/Fragment.h>
17 namespace mcld namespace
66 } // namespace of mcld
ELFObjectReader.h 15 #include <mcld/LD/ObjectReader.h>
18 namespace mcld namespace
56 } // namespace of mcld
FillFragment.h 17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
53 } // namespace of mcld
TextDiagnosticPrinter.h 14 #include <mcld/LD/DiagnosticPrinter.h>
17 namespace mcld namespace
47 } // namespace of mcld
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 9 #include <mcld/MC/InputTree.h>
10 #include <mcld/MC/MCLinker.h>
11 #include <mcld/MC/MCLDDriver.h>
12 #include <mcld/MC/MCLDInfo.h>
13 #include <mcld/LD/ArchiveReader.h>
14 #include <mcld/LD/ObjectReader.h>
15 #include <mcld/LD/DynObjReader.h>
16 #include <mcld/LD/ObjectWriter.h>
17 #include <mcld/LD/DynObjWriter.h>
18 #include <mcld/LD/ExecWriter.h
    [all...]
ContextFactory.cpp 9 #include <mcld/LD/LDContext.h>
10 #include <mcld/MC/ContextFactory.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 9 #include <mcld/Support/CommandLine.h>
17 using namespace mcld;
20 // parser<mcld::sys::fs::Path>
22 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
25 mcld::sys::fs::Path &Val)
33 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
34 const mcld::sys::fs::Path &V,
35 parser<mcld::sys::fs::Path>::OptVal Default,
50 void parser<mcld::sys::fs::Path>::anchor()
56 // parser<mcld::MCLDDirectory
    [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/Path.h>
15 #include <mcld/Support/RealPath.h>
16 #include <mcld/Support/MsgHandling.h>
17 #include <mcld/Support/FileSystem.h
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 16 #include <mcld/LD/SectionData.h>
17 #include <mcld/LD/RelocationFactory.h>
19 namespace mcld namespace
70 } // namespace of mcld
PLT.h 17 #include <mcld/LD/LDSection.h>
18 #include <mcld/LD/TargetFragment.h>
20 namespace mcld namespace
85 } // namespace of mcld
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
71 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 15 #include "mcld/ADT/TypeTraits.h"
16 #include "mcld/Support/FileSystem.h"
17 #include "mcld/Support/Path.h"
18 #include "mcld/Support/PathCache.h"
23 namespace mcld { namespace
36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
89 mcld::sys::fs::Path m_Path;
94 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113 typedef mcld::sys::fs::PathCache DirCache
    [all...]
HandleToArea.h 14 #include <mcld/ADT/Uncopyable.h>
15 #include <mcld/ADT/TypeTraits.h>
16 #include <mcld/ADT/StringHash.h>
17 #include <mcld/Support/Path.h>
18 #include <mcld/Support/FileHandle.h>
21 namespace mcld namespace
116 } // namespace of mcld
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 9 #include <mcld/Support/FileHandle.h>
10 #include <mcld/Support/Path.h>
15 using namespace mcld;
48 mcld::sys::fs::Path path(TOPDIR);
64 mcld::sys::fs::Path path(TOPDIR);
88 mcld::sys::fs::Path path(TOPDIR);
  /frameworks/compile/libbcc/tools/mcld/
Android.mk 23 LOCAL_MODULE := mcld
42 LOCAL_MODULE := mcld
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 9 #include <mcld/LD/ELFSegment.h>
11 using namespace mcld;
LDSection.cpp 9 #include <mcld/LD/LDSection.h>
11 using namespace mcld;
LDSymbol.cpp 10 #include <mcld/LD/LDSymbol.h>
14 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 10 #include <mcld/Target/GOT.h>
15 using namespace mcld;

Completed in 902 milliseconds

1 2 3 4 5 6 78 91011>>