Searched defs:mcld (Results 226 - 250 of 294) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h13 namespace mcld { namespace
184 } // end namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h12 #include <mcld/Script/ScriptCommand.h>
14 namespace mcld namespace
81 } // namespace of mcld
H A DInputSectDesc.h12 #include <mcld/Script/ScriptCommand.h>
13 #include <mcld/Script/StringList.h>
16 namespace mcld namespace
100 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h12 #include <mcld/ADT/TypeTraits.h>
13 #include <mcld/Support/FileSystem.h>
14 #include <mcld/Support/Path.h>
20 namespace mcld { namespace
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
86 mcld::sys::fs::Path m_Path;
91 mcld::sys::fs::PathCache m_Cache;
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 typedef mcld::sys::fs::PathCache DirCache;
149 } // namespace of mcld
[all...]
H A DPath.h9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
17 #include <mcld/Config/Config.h>
24 namespace mcld { namespace
154 } // namespace of mcld
162 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
163 mcld::sys::fs::Path,
166 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h12 #include <mcld/Support/MemoryRegion.h>
13 #include <mcld/Target/ELFAttributeData.h>
18 namespace mcld { namespace
120 } // namespace of mcld
H A DGOT.h12 #include <mcld/LD/LDSection.h>
13 #include <mcld/LD/SectionData.h>
14 #include <mcld/Fragment/TargetFragment.h>
16 namespace mcld { namespace
85 } // namespace of mcld
H A DPLT.h12 #include <mcld/LD/LDSection.h>
13 #include <mcld/LD/SectionData.h>
14 #include <mcld/Fragment/TargetFragment.h>
16 namespace mcld { namespace
96 } // namespace of mcld
H A DTargetLDBackend.h14 #include <mcld/LD/GarbageCollection.h>
16 namespace mcld { namespace
188 } // End mcld namespace
/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h16 namespace mcld { namespace
80 } // namespace of mcld
H A DLinkerConfig.h14 #include <mcld/GeneralOptions.h>
15 #include <mcld/TargetOptions.h>
16 #include <mcld/BitcodeOption.h>
17 #include <mcld/AttributeOption.h>
18 #include <mcld/Support/Path.h>
22 namespace mcld { namespace
108 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h15 #include <mcld/LD/LDSection.h>
16 #include <mcld/Target/GNULDBackend.h>
17 #include <mcld/Target/OutputRelocSection.h>
19 namespace mcld { namespace
191 } // namespace of mcld
H A DARMRelocator.h12 #include <mcld/LD/Relocator.h>
13 #include <mcld/Target/GOT.h>
14 #include <mcld/Target/KeyEntryMap.h>
17 namespace mcld { namespace
132 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h12 #include <mcld/LD/Relocator.h>
13 #include <mcld/Target/GOT.h>
14 #include <mcld/Target/PLT.h>
15 #include <mcld/Target/KeyEntryMap.h>
18 namespace mcld { namespace
145 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp9 #include <mcld/LD/ResolveInfo.h>
31 namespace mcld { namespace
109 } //end mcld namespace
H A DMipsLDBackend.h11 #include <mcld/Target/GNULDBackend.h>
17 namespace mcld { namespace
37 bool needsLA25Stub(Relocation::Type pType, const mcld::ResolveInfo* pSym);
272 } // namespace of mcld
H A DMipsRelocator.h13 #include <mcld/LD/Relocator.h>
14 #include <mcld/Support/GCFactory.h>
17 namespace mcld { namespace
193 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h16 #include <mcld/LD/LDSection.h>
17 #include <mcld/Target/GNULDBackend.h>
18 #include <mcld/Target/OutputRelocSection.h>
20 namespace mcld { namespace
242 } // namespace of mcld
H A DX86PLT.h12 #include <mcld/Target/PLT.h>
54 namespace mcld { namespace
185 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DOutputFormatOptions.h12 #include <mcld/Support/CommandLine.h>
13 #include <mcld/LinkerConfig.h>
14 #include <mcld/GeneralOptions.h>
15 #include <mcld/Support/Path.h>
16 #include <mcld/MC/Input.h>
19 namespace mcld { namespace
33 llvm::cl::opt<mcld::sys::fs::Path,
35 llvm::cl::parser<mcld::sys::fs::Path> >& m_OutputFilename;
36 llvm::cl::opt<mcld::LinkerConfig::CodeGenType>& m_FileType;
37 llvm::cl::opt<mcld
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h15 namespace mcld namespace
41 // FIXME: move this to mcld internal ELF header file?
194 } // namespace of mcld
H A DTreeBase.h11 #include <mcld/ADT/TypeTraits.h>
17 namespace mcld { namespace
123 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h14 #include <mcld/Fragment/Fragment.h>
15 #include <mcld/Fragment/Relocation.h>
19 namespace mcld namespace
128 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h12 #include <mcld/ADT/HashEntry.h>
13 #include <mcld/ADT/HashTable.h>
14 #include <mcld/ADT/StringHash.h>
15 #include <mcld/LD/SectionData.h>
16 #include <mcld/LD/LDSymbol.h>
17 #include <mcld/Fragment/FragmentRef.h>
18 #include <mcld/Fragment/Stub.h>
23 namespace mcld { namespace
181 } // namespace of mcld
H A DLDFileFormat.h15 namespace mcld { namespace
109 } // namespace of mcld

Completed in 1071 milliseconds

1234567891011>>