Searched refs:mcld (Results 251 - 275 of 492) sorted by relevance

<<11121314151617181920

/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp9 #include "mcld/Support/RealPath.h"
10 #include "mcld/Support/FileSystem.h"
12 namespace mcld { namespace
56 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub2.cpp14 #include "mcld/Fragment/FragmentRef.h"
15 #include "mcld/Fragment/Relocation.h"
16 #include "mcld/IRBuilder.h"
17 #include "mcld/LD/BranchIsland.h"
18 #include "mcld/LD/LDSection.h"
19 #include "mcld/LD/LDSymbol.h"
20 #include "mcld/LD/ResolveInfo.h"
21 #include "mcld/LD/SectionData.h"
28 namespace mcld { namespace
84 } // namespace mcld
[all...]
H A DAArch64CA53ErratumStub.h12 #include "mcld/Fragment/Stub.h"
13 #include "mcld/Support/Compiler.h"
18 namespace mcld { namespace
69 } // namespace mcld
H A DAArch64GOT.h12 #include "mcld/Support/MemoryRegion.h"
13 #include "mcld/Target/GOT.h"
19 namespace mcld { namespace
94 } // namespace mcld
H A DAArch64LongBranchStub.h12 #include "mcld/Fragment/Stub.h"
13 #include "mcld/Support/Compiler.h"
18 namespace mcld { namespace
68 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h12 #include "mcld/Support/MemoryRegion.h"
13 #include "mcld/Target/GOT.h"
17 namespace mcld { namespace
82 } // namespace mcld
H A DARMPLT.h12 #include "mcld/Target/GOT.h"
13 #include "mcld/Target/PLT.h"
14 #include "mcld/Support/MemoryRegion.h"
30 namespace mcld { namespace
72 } // namespace mcld
H A DARMToARMStub.h12 #include "mcld/Fragment/Stub.h"
17 namespace mcld { namespace
68 } // namespace mcld
H A DARMToTHMStub.h12 #include "mcld/Fragment/Stub.h"
17 namespace mcld { namespace
68 } // namespace mcld
H A DTHMToARMStub.h12 #include "mcld/Fragment/Stub.h"
16 namespace mcld { namespace
72 } // namespace mcld
H A DTHMToTHMStub.h12 #include "mcld/Fragment/Stub.h"
16 namespace mcld { namespace
72 } // namespace mcld
H A DARMLDBackend.cpp21 #include "mcld/IRBuilder.h"
22 #include "mcld/LinkerConfig.h"
23 #include "mcld/ADT/ilist_sort.h"
24 #include "mcld/Fragment/AlignFragment.h"
25 #include "mcld/Fragment/FillFragment.h"
26 #include "mcld/Fragment/NullFragment.h"
27 #include "mcld/Fragment/RegionFragment.h"
28 #include "mcld/Fragment/Stub.h"
29 #include "mcld/LD/BranchIslandFactory.h"
30 #include "mcld/L
52 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.h12 #include "mcld/Fragment/Stub.h"
17 namespace mcld { namespace
67 } // namespace mcld
H A DHexagonGOTPLT.cpp12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/LDFileFormat.h"
14 #include "mcld/Support/MsgHandling.h"
18 namespace mcld { namespace
57 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.h12 #include "mcld/Support/MemoryRegion.h"
17 namespace mcld { namespace
61 } // namespace mcld
H A DMipsLA25Stub.h12 #include "mcld/Fragment/Stub.h"
14 namespace mcld { namespace
57 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp9 #include "mcld/Target/OutputRelocSection.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/RelocationFactory.h"
14 #include "mcld/Support/MsgHandling.h"
15 #include "mcld/Module.h"
19 namespace mcld { namespace
79 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.h12 #include "mcld/Target/GOT.h"
14 namespace mcld { namespace
63 } // namespace mcld
/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.h13 #include "mcld/Support/Allocators.h"
65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc;
/frameworks/compile/mclinker/include/mcld/LD/
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
/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp9 #include "mcld/Script/RpnExpr.h"
11 #include "mcld/Script/ExprToken.h"
12 #include "mcld/Script/Operand.h"
13 #include "mcld/Script/Operator.h"
14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/Support/raw_ostream.h"
20 namespace mcld { namespace
46 mcld::outs() << " ";
97 } // namespace mcld
H A DOperand.cpp9 #include "mcld/Script/Operand.h"
11 #include "mcld/Fragment/Fragment.h"
12 #include "mcld/LD/LDSection.h"
13 #include "mcld/LD/SectionData.h"
14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/Support/raw_ostream.h"
19 namespace mcld { namespace
44 mcld::outs() << m_Name;
82 mcld::outs() << m_Value;
114 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
16 #include "mcld/Config/Config.h"
17 #include "mcld/Support/PathCache.h"
23 namespace mcld { namespace
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
110 } // namespace mcld
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk9 -include $(MCLD_ROOT_PATH)/include/mcld/Config/Config.h \
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h16 namespace mcld { namespace
129 } // namespace mcld

Completed in 3099 milliseconds

<<11121314151617181920