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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
StrSymPool.h 16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/ADT/Uncopyable.h>
19 #include <mcld/LD/ResolveInfo.h>
20 #include <mcld/LD/Resolver.h>
21 #include <mcld/LD/ResolveInfoFactory.h>
29 namespace mcld namespace
108 } // namespace of mcld
RelocationFactory.h 14 #include <mcld/Support/GCFactory.h>
15 #include <mcld/LD/Relocation.h>
17 namespace mcld namespace
78 } // namespace of mcld
ELFObjectReader.h 15 #include <mcld/LD/ObjectReader.h>
18 namespace mcld namespace
56 } // namespace of mcld
DynObjReader.h 14 #include "mcld/LD/LDReader.h"
17 namespace mcld namespace
42 } // namespace of mcld
InputSymbolTable.h 12 #include "mcld/LD/SymbolTableIF.h"
17 namespace mcld namespace
43 } // namespace of mcld
ObjectWriter.h 16 namespace mcld namespace
36 } // namespace of mcld
OutputSymbolTable.h 12 #include "mcld/LD/SymbolTableIF.h"
17 namespace mcld namespace
41 } // namespace of mcld
Relocation.h 16 #include <mcld/MC/MCFragmentRef.h>
17 #include <mcld/LD/ResolveInfo.h>
18 #include <mcld/LD/LDSymbol.h>
21 namespace mcld namespace
112 } // 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/MC/
MCLDDriver.cpp 9 #include <mcld/MC/MCLinker.h>
10 #include <mcld/MC/MCLDInputTree.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/ResolveInfo.h
    [all...]
MCLDInputTree.cpp 9 #include "mcld/MC/MCLDInputTree.h"
10 #include "mcld/MC/InputFactory.h"
12 using namespace mcld;
66 const mcld::Input& pInput)
69 node->data = const_cast<mcld::Input*>(&pInput);
78 bool mcld::isGroup(const InputTree::iterator& pos)
83 bool mcld::isGroup(const InputTree::const_iterator& pos)
88 bool mcld::isGroup(const InputTree::dfs_iterator& pos)
93 bool mcld::isGroup(const InputTree::const_dfs_iterator& pos)
98 bool mcld::isGroup(const InputTree::bfs_iterator& pos
    [all...]
MCBitcodeInterceptor.cpp 9 #include <mcld/LD/Relocation.h>
10 #include <mcld/MC/MCBitcodeInterceptor.h>
11 #include <mcld/MC/MCLDInfo.h>
12 #include <mcld/Target/TargetLDBackend.h>
28 using namespace mcld;
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 15 #include <mcld/LD/LDSection.h>
16 #include <mcld/MC/MCTargetFragment.h>
19 namespace mcld namespace
83 } // namespace of mcld
  /frameworks/compile/mclinker/scripts/
envsetup.sh 9 local TOPFILE=tools/llvm-mcld/llvm-mcld.cpp
42 if [ -x "${MCLINKERTOP}/debug/llvm-mcld" ]; then
43 ln -sf ${MCLINKERTOP}/debug/llvm-mcld ${MCLINKERTOP}/scripts/bin/MCLinker
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 17 #include "mcld/ADT/TypeTraits.h"
18 #include "mcld/Support/FileSystem.h"
19 #include "mcld/Support/Path.h"
20 #include "mcld/Support/PathCache.h"
24 namespace mcld { namespace
37 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
90 mcld::sys::fs::Path m_Path;
95 mcld::sys::fs::PathCache m_Cache;
111 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
114 typedef mcld::sys::fs::PathCache DirCache
    [all...]
TargetSelect.h 18 #include "mcld/Config/Targets.def"
22 #include "mcld/Config/Targets.def"
26 #include "mcld/Config/Linkers.def"
30 #include "mcld/Config/Linkers.def"
34 #include "mcld/Config/Linkers.def"
37 namespace mcld namespace
46 #include "mcld/Config/Targets.def"
55 mcld::InitializeAllTargetInfos();
58 #include "mcld/Config/Targets.def"
68 #include "mcld/Config/Linkers.def
    [all...]
RegionFactory.h 14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/Support/MemoryRegion.h"
16 #include "mcld/Support/MemoryArea.h"
17 #include "mcld/Support/FileSystem.h"
19 namespace mcld namespace
45 } // namespace of mcld
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDriver.h 21 #include <mcld/LD/SectionMap.h>
22 namespace mcld namespace
116 } // end namespace mcld
MCRegionFragment.h 16 #include <mcld/Support/MemoryRegion.h>
19 namespace mcld namespace
24 * mcld::MemoryRegion
50 } // namespace of mcld
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjWriter.cpp 9 #include <mcld/LD/ELFDynObjWriter.h>
10 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/Target/GNULDBackend.h>
12 #include <mcld/MC/MCLDInput.h>
13 #include <mcld/MC/MCLDOutput.h>
14 #include <mcld/MC/MCLDInfo.h>
15 #include <mcld/MC/MCLinker.h>
20 using namespace mcld;
LDSection.cpp 9 #include <mcld/LD/LDSection.h>
12 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 9 #include <mcld/Target/GOT.h>
13 using namespace mcld;
PLT.cpp 9 #include <mcld/Target/PLT.h>
11 using namespace mcld;
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 10 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinkerOption.cpp 9 #include "mcld/CodeGen/SectLinkerOption.h"
10 #include "mcld/Support/DerivedPositionDependentOptions.h"
11 #include "mcld/Support/RealPath.h"
13 using namespace mcld;

Completed in 112 milliseconds

1 2 3 4 56 7 8 91011>>