Searched refs:mcld (Results 201 - 225 of 487) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h12 #include "mcld/Target/ELFDynamic.h"
14 namespace mcld { namespace
36 } // namespace mcld
H A DMipsGNUInfo.cpp11 namespace mcld { namespace
59 } // namespace mcld
H A DMipsGOTPLT.cpp14 typedef mcld::GOT::Entry<4> GOTPLTEntry;
19 namespace mcld { namespace
63 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h11 #include "mcld/Target/GNUInfo.h"
15 namespace mcld { namespace
43 } // namespace mcld
H A DX86GOTPLT.h16 namespace mcld { namespace
57 } // namespace mcld
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h13 #include "mcld/Support/Allocators.h"
65 mcld::LinearAllocator<Data, 0>* m_pTestee;
H A DFragmentRefTest.cpp11 #include "mcld/Fragment/FragmentRef.h"
12 #include "mcld/Fragment/RegionFragment.h"
13 #include "mcld/Support/MemoryAreaFactory.h"
14 #include "mcld/Support/FileHandle.h"
15 #include "mcld/Support/MemoryRegion.h"
16 #include "mcld/Support/Path.h"
19 using namespace mcld;
20 using namespace mcld::sys::fs;
H A DMCRegionFragmentTest.cpp12 #include "mcld/MC/MCRegionFragment.h"
13 #include "mcld/Support/MemoryAreaFactory.h"
14 #include "mcld/Support/Path.h"
16 using namespace mcld;
18 using namespace mcld::sys::fs;
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp9 #include "mcld/Script/InputCmd.h"
11 #include "mcld/LD/Archive.h"
12 #include "mcld/LD/ArchiveReader.h"
13 #include "mcld/LD/DynObjReader.h"
14 #include "mcld/LD/ObjectReader.h"
15 #include "mcld/MC/Attribute.h"
16 #include "mcld/MC/InputBuilder.h"
17 #include "mcld/Script/InputToken.h"
18 #include "mcld/Script/StringList.h"
19 #include "mcld/Suppor
32 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp9 #include "mcld/Support/Target.h"
13 namespace mcld { namespace
68 const mcld::Target& pTarget,
75 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h12 #include "mcld/ADT/BinTree.h"
13 #include "mcld/ADT/TypeTraits.h"
14 #include "mcld/MC/Input.h"
15 #include "mcld/Support/Path.h"
19 namespace mcld { namespace
22 * PolicyIterator<mcld::Input>
23 * \brief PolicyIterator<mcld::Input> is a partially specific PolicyIterator
26 class PolicyIterator<mcld::Input, Traits, IteratorType>
295 } // namespace mcld
301 mcld
[all...]
H A DLinker.h14 namespace mcld { namespace
38 /// normalize - To normalize the command line language into mcld::Module.
41 /// resolve - To build up the topology of mcld::Module.
44 /// layout - To serialize the final result of the output mcld::Module.
47 /// link - A convenient way to resolve and to layout the output mcld::Module.
50 /// emit - To emit output mcld::Module to a FileOutputBuffer.
53 /// emit - To open a file for output in pPath and to emit output mcld::Module
57 /// emit - To emit output mcld::Module in the pFileDescriptor.
80 } // 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 DELFObjectReader.h12 #include "mcld/ADT/Flags.h"
13 #include "mcld/LD/ObjectReader.h"
15 namespace mcld { namespace
67 } // namespace mcld
H A DGroupReader.h12 #include "mcld/Module.h"
14 namespace mcld { namespace
64 } // namespace mcld
H A DResolver.h11 #include "mcld/LD/LDSymbol.h"
16 namespace mcld { namespace
71 } // namespace mcld
H A DSectionSymbolSet.h12 #include "mcld/ADT/HashTable.h"
13 #include "mcld/ADT/HashEntry.h"
14 #include "mcld/MC/SymbolCategory.h"
16 namespace mcld { namespace
71 } // namespace mcld
H A DStubFactory.h16 namespace mcld { namespace
61 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeSet.h11 #include "mcld/Support/Compiler.h"
15 namespace mcld { namespace
59 } // namespace mcld
H A DInputFactory.h11 #include "mcld/MC/Input.h"
12 #include "mcld/Support/GCFactory.h"
14 namespace mcld { namespace
59 } // namespace mcld
H A DZOption.h14 namespace mcld { namespace
66 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h11 #include "mcld/LD/EhFrame.h"
12 #include "mcld/LD/LDFileFormat.h"
18 namespace mcld { namespace
27 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
36 /// CreateSection - To create an output LDSection in mcld::Module.
42 /// @ref mcld::Module.
44 /// To create an input LDSection in mcld::LDContext, use @ref
57 /// MergeSection - merge the pInput section to mcld::Module.
59 /// output section of mcld::Module.
99 } // namespace mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputCmd.h12 #include "mcld/Script/ScriptCommand.h"
14 namespace mcld { namespace
57 } // namespace mcld
H A DNullaryOp.h12 #include "mcld/Script/Operator.h"
16 namespace mcld { namespace
53 } // namespace mcld
H A DOutputFormatCmd.h12 #include "mcld/Script/ScriptCommand.h"
17 namespace mcld { namespace
55 } // namespace mcld

Completed in 193 milliseconds

1234567891011>>