Searched defs:mcld (Results 276 - 300 of 443) sorted by relevance

<<1112131415161718

/frameworks/compile/mclinker/include/mcld/Script/
H A DWildcardPattern.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Script/StrToken.h"
14 #include "mcld/Support/Allocators.h"
18 namespace mcld { namespace
64 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactoryListTraits.h17 namespace mcld { namespace
58 } // namespace mcld
H A DTarget.h19 namespace mcld { namespace
35 friend class mcld::MCLDTargetMachine;
36 friend class mcld::TargetRegistry;
42 const mcld::Target&,
55 typedef DiagnosticLineInfo* (*DiagnosticLineInfoCtorTy)(const mcld::Target&,
86 const mcld::Target& pTarget,
101 } // namespace mcld
H A DUniqueGCFactory.h12 #include "mcld/Support/GCFactory.h"
17 namespace mcld { namespace
84 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h16 namespace mcld { namespace
113 } // namespace mcld
/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp9 #include "mcld/LinkerScript.h"
11 namespace mcld { namespace
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const {
26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) {
58 } // namespace mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp9 #include "mcld/Fragment/Stub.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/Fragment/Relocation.h"
13 #include "mcld/LD/BranchIsland.h"
14 #include "mcld/LD/ResolveInfo.h"
18 namespace mcld { namespace
85 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp9 #include "mcld/LD/BranchIslandFactory.h"
11 #include "mcld/Fragment/Fragment.h"
12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/SectionData.h"
14 #include "mcld/Module.h"
16 namespace mcld { namespace
104 } // namespace mcld
H A DELFSegmentFactory.cpp9 #include "mcld/LD/ELFSegmentFactory.h"
10 #include "mcld/LD/ELFSegment.h"
12 namespace mcld { namespace
93 } // namespace mcld
H A DRelocator.cpp9 #include "mcld/LD/Relocator.h"
11 #include "mcld/Module.h"
12 #include "mcld/Fragment/Fragment.h"
13 #include "mcld/LD/LDContext.h"
14 #include "mcld/LD/LDSection.h"
15 #include "mcld/LD/LDSymbol.h"
16 #include "mcld/LD/ResolveInfo.h"
17 #include "mcld/LD/SectionData.h"
18 #include "mcld/Support/Demangle.h"
19 #include "mcld/Suppor
23 namespace mcld { namespace
[all...]
H A DSectionSymbolSet.cpp9 #include "mcld/LD/SectionSymbolSet.h"
11 #include "mcld/Fragment/FragmentRef.h"
12 #include "mcld/LD/EhFrame.h"
13 #include "mcld/LD/LDFileFormat.h"
14 #include "mcld/LD/LDSection.h"
15 #include "mcld/LD/LDSymbol.h"
16 #include "mcld/LD/NamePool.h"
17 #include "mcld/LD/RelocData.h"
18 #include "mcld/LD/ResolveInfo.h"
19 #include "mcld/L
21 namespace mcld { namespace
[all...]
H A DStubFactory.cpp9 #include "mcld/LD/StubFactory.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/Fragment/FragmentRef.h"
13 #include "mcld/Fragment/Relocation.h"
14 #include "mcld/Fragment/Stub.h"
15 #include "mcld/LD/BranchIsland.h"
16 #include "mcld/LD/BranchIslandFactory.h"
17 #include "mcld/LD/LDSymbol.h"
18 #include "mcld/LD/ResolveInfo.h"
22 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp9 #include "mcld/Support/TargetRegistry.h"
11 namespace mcld { namespace
13 TargetRegistry::TargetListTy mcld::TargetRegistry::s_TargetList;
70 for (mcld::TargetRegistry::iterator it = mcld::TargetRegistry::begin(),
71 ie = mcld::TargetRegistry::end();
103 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum835769Stub.cpp13 #include "mcld/Fragment/FragmentRef.h"
14 #include "mcld/Fragment/Relocation.h"
15 #include "mcld/IRBuilder.h"
16 #include "mcld/LD/BranchIsland.h"
17 #include "mcld/LD/LDSymbol.h"
18 #include "mcld/LD/ResolveInfo.h"
25 namespace mcld { namespace
93 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp14 typedef mcld::GOT::Entry<4> GOTPLTEntry;
19 namespace mcld { namespace
63 } // namespace mcld
H A DMipsLA25Stub.cpp9 #include "mcld/LD/ResolveInfo.h"
24 namespace mcld { namespace
91 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/ADT/
H A DFlags.h12 namespace mcld { namespace
80 } // namespace mcld
H A DHashBase.h16 namespace mcld { namespace
129 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h12 #include "mcld/Support/Compiler.h"
20 namespace mcld { namespace
69 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h11 #include "mcld/LD/EhFrame.h"
16 namespace mcld { namespace
94 } // namespace mcld
H A DLDContext.h12 #include "mcld/LD/LDFileFormat.h"
24 namespace mcld { namespace
92 } // namespace mcld
H A DLDSymbol.h12 #include "mcld/Config/Config.h"
13 #include "mcld/LD/ResolveInfo.h"
14 #include "mcld/Support/Allocators.h"
26 namespace mcld { namespace
141 } // namespace mcld
H A DRelocData.h12 #include "mcld/ADT/ilist_sort.h"
13 #include "mcld/Config/Config.h"
14 #include "mcld/Fragment/Relocation.h"
15 #include "mcld/Support/Allocators.h"
16 #include "mcld/Support/Compiler.h"
17 #include "mcld/Support/GCFactoryListTraits.h"
25 namespace mcld { namespace
92 mcld::sort(m_Relocations, pComparator);
103 } // namespace mcld
H A DRelocator.h12 #include "mcld/Fragment/Relocation.h"
14 namespace mcld { namespace
126 } // namespace mcld
H A DSectionData.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Fragment/Fragment.h"
14 #include "mcld/Support/Allocators.h"
15 #include "mcld/Support/Compiler.h"
21 namespace mcld { namespace
90 } // namespace mcld

Completed in 788 milliseconds

<<1112131415161718