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

<<11121314151617

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h14 #include <mcld/Config/Config.h>
15 #include <mcld/Fragment/FragmentRef.h>
16 #include <mcld/Support/GCFactoryListTraits.h>
21 namespace mcld { namespace
129 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h19 #include <mcld/Config/Config.h>
20 #include <mcld/Support/Allocators.h>
21 #include <mcld/Fragment/Fragment.h>
23 namespace mcld { namespace
90 } // namespace of mcld
H A DGNUArchiveReader.h15 #include <mcld/LD/ArchiveReader.h>
16 #include <mcld/LD/Archive.h>
18 namespace mcld { namespace
94 } // namespace of mcld
H A DEhFrame.h15 #include <mcld/Config/Config.h>
16 #include <mcld/Fragment/RegionFragment.h>
17 #include <mcld/Fragment/NullFragment.h>
18 #include <mcld/Support/Allocators.h>
22 namespace mcld { namespace
155 } // namespace of mcld
H A DLDSymbol.h17 #include <mcld/Config/Config.h>
18 #include <mcld/ADT/Uncopyable.h>
19 #include <mcld/LD/ResolveInfo.h>
20 #include <mcld/Support/Allocators.h>
24 namespace mcld { namespace
146 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputAction.h15 namespace mcld { namespace
24 * \brief InputAction is a command object to construct mcld::InputTree.
50 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMFixupKinds.h14 namespace mcld { namespace
96 } // namespace mcld
H A DARMToARMStub.cpp14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/Fragment/Relocation.h>
18 using namespace mcld;
H A DARMToTHMStub.cpp14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/Fragment/Relocation.h>
18 using namespace mcld;
H A DTHMToARMStub.cpp14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/Fragment/Relocation.h>
18 using namespace mcld;
H A DTHMToTHMStub.cpp14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/Fragment/Relocation.h>
18 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/Fragment/Relocation.h>
18 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp14 #include <mcld/LD/LDSection.h>
15 #include <mcld/LD/LDFileFormat.h>
16 #include <mcld/Support/MsgHandling.h>
18 namespace mcld { namespace
108 } //end mcld namespace
H A DX86GOT.cpp11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/SectionData.h>
16 using namespace mcld;
/frameworks/compile/mclinker/unittests/
H A DSectionDataTest.cpp11 #include <mcld/LD/SectionData.h>
12 #include <mcld/LD/LDFileFormat.h>
13 #include <mcld/LD/LDSection.h>
15 using namespace mcld;
H A DInputTreeTest.cpp14 #include <mcld/InputTree.h>
15 #include <mcld/MC/InputFactory.h>
16 #include <mcld/LinkerConfig.h>
17 #include <mcld/MC/InputBuilder.h>
18 #include <mcld/MC/FileAction.h>
19 #include <mcld/MC/CommandAction.h>
21 using namespace mcld;
22 using namespace mcld::test;
30 m_pConfig = new mcld::LinkerConfig("arm-none-linux-gnueabi");
31 m_pAlloc = new mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h14 #include <mcld/LD/LDFileFormat.h>
15 #include <mcld/LD/EhFrame.h>
21 namespace mcld { namespace
32 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
43 /// CreateSection - To create an output LDSection in mcld::Module.
48 /// @ref mcld::Module.
50 /// To create an input LDSection in mcld::LDContext, use @ref LDSection::Create().
62 /// MergeSection - merge the pInput section to mcld::Module.
64 /// output section of mcld::Module.
100 } // namespace of mcld
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp9 #include <mcld/LD/BranchIslandFactory.h>
10 #include <mcld/Fragment/Fragment.h>
12 using namespace mcld;
H A DMsgHandler.cpp9 #include <mcld/LD/MsgHandler.h>
10 #include <mcld/LD/DiagnosticEngine.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Support/
H A DMemoryRegion.cpp9 #include <mcld/Support/MemoryRegion.h>
10 #include <mcld/Support/RegionFactory.h>
14 using namespace mcld;
H A DMemoryAreaFactory.cpp9 #include <mcld/Support/MemoryAreaFactory.h>
10 #include <mcld/Support/MsgHandling.h>
11 #include <mcld/Support/SystemUtils.h>
12 #include <mcld/Support/Space.h>
14 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp12 #include <mcld/LD/ELFFileFormat.h>
13 #include <mcld/Target/GNULDBackend.h>
15 using namespace mcld;
H A DMipsRelocator.h15 #include <mcld/LD/Relocator.h>
16 #include <mcld/Support/GCFactory.h>
19 namespace mcld { namespace
99 } // namespace of mcld
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp13 #include <mcld/CodeGen/MCLinker.h>
15 #include <mcld/Module.h>
16 #include <mcld/LinkerConfig.h>
17 #include <mcld/InputTree.h>
18 #include <mcld/Linker.h>
19 #include <mcld/IRBuilder.h>
20 #include <mcld/MC/InputBuilder.h>
21 #include <mcld/MC/FileAction.h>
22 #include <mcld/MC/CommandAction.h>
23 #include <mcld/Objec
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DModule.h23 #include <mcld/LinkerScript.h>
24 #include <mcld/InputTree.h>
25 #include <mcld/ADT/HashTable.h>
26 #include <mcld/ADT/HashEntry.h>
27 #include <mcld/Support/GCFactoryListTraits.h>
28 #include <mcld/Fragment/Fragment.h>
29 #include <mcld/LD/NamePool.h>
30 #include <mcld/LD/SectionSymbolSet.h>
31 #include <mcld/MC/SymbolCategory.h>
32 #include <mcld/M
36 namespace mcld { namespace
[all...]

Completed in 195 milliseconds

<<11121314151617