Searched refs:mcld (Results 126 - 150 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h13 #include <mcld/Config/Config.h>
16 namespace mcld { namespace
38 } // namespace of mcld
H A DMemoryAreaFactory.h11 #include <mcld/Support/GCFactory.h>
12 #include <mcld/Support/MemoryArea.h>
13 #include <mcld/Support/Path.h>
14 #include <mcld/Support/FileHandle.h>
17 namespace mcld namespace
26 * mcld::Input should not create MemoryArea directly. Instead, it should ask
30 * constructor and destructor of MCLDFile. For mcld::Output, MCLinker
32 * aside, mcld::Input opens the file at constructor. In order to hide the
67 } // namespace of mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DRegionFragment.cpp9 #include <mcld/Fragment/RegionFragment.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticPrinter.cpp9 #include <mcld/LD/DiagnosticPrinter.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/Script/
H A DInputToken.cpp9 #include <mcld/Script/InputToken.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64.h17 namespace mcld { namespace
22 extern mcld::Target TheAArch64Target;
27 } // namespace of mcld
H A DAArch64ELFDynamic.h12 #include <mcld/Target/ELFDynamic.h>
14 namespace mcld { namespace
26 } // namespace of mcld
H A DAArch64Emulation.cpp10 #include <mcld/LinkerConfig.h>
11 #include <mcld/LinkerScript.h>
12 #include <mcld/Target/ELFEmulation.h>
13 #include <mcld/Support/TargetRegistry.h>
15 namespace mcld { namespace
61 } // namespace of mcld
68 mcld::TargetRegistry::RegisterEmulation(mcld::TheAArch64Target,
69 mcld::emulateAArch64LD);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.h12 #include <mcld/Target/ELFDynamic.h>
14 namespace mcld { namespace
26 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/
H A DGNUInfo.cpp9 #include <mcld/Target/GNUInfo.h>
11 using namespace mcld;
H A DGOT.cpp11 #include <mcld/LD/LDSection.h>
12 #include <mcld/Target/GOT.h>
13 #include <mcld/Support/MsgHandling.h>
14 #include <mcld/IRBuilder.h>
19 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagon.h17 namespace mcld { namespace
22 extern mcld::Target TheHexagonTarget;
27 } // namespace of mcld
H A DHexagonELFDynamic.h12 #include <mcld/Target/ELFDynamic.h>
14 namespace mcld { namespace
27 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h12 #include <mcld/Target/ELFDynamic.h>
14 namespace mcld { namespace
27 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.h12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
H A DFactoriesTest.h12 #include "mcld/ADT/TreeAllocator.h"
13 #include "mcld/MC/MCLDFile.h"
39 typedef mcld::NodeFactory<int> NodeAlloc;
40 typedef mcld::MCLDFileFactory FileAlloc;
H A DFileHandleTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::FileHandle* 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 DFragmentTest.h14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
H A DMCRegionFragmentTest.h15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
H A DNamePoolTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::NamePool* m_pTestee;
H A DPathSetTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::PathSet* m_pTestee;
H A DStringTableTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
H A DSymbolCategoryTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolCategory* m_pTestee;
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp9 #include <mcld/MC/InputFactory.h>
10 #include <mcld/LinkerConfig.h>
11 #include <mcld/MC/AttributeSet.h>
12 #include <mcld/AttributeOption.h>
14 using namespace mcld;

Completed in 479 milliseconds

1234567891011>>