Searched refs:mcld (Results 51 - 75 of 487) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFExecFileFormat.h11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
26 } // namespace mcld
H A DELFObjectFileFormat.h11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
27 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DELF.h12 namespace mcld { namespace
26 } // namespace mcld
H A DTargetRegistry.h11 #include "mcld/Support/Target.h"
25 namespace mcld { namespace
32 typedef std::list<mcld::Target*> TargetListTy;
62 static void RegisterEmulation(mcld::Target& T,
63 mcld::Target::EmulationFnTy Fn) {
73 static void RegisterTargetLDBackend(mcld::Target& T,
74 mcld::Target::TargetLDBackendCtorTy Fn) {
85 mcld::Target& T,
86 mcld::Target::DiagnosticLineInfoCtorTy Fn) {
95 static const mcld
[all...]
H A DPathCache.h12 #include "mcld/ADT/HashEntry.h"
13 #include "mcld/ADT/HashTable.h"
14 #include "mcld/ADT/StringHash.h"
15 #include "mcld/Support/Path.h"
17 namespace mcld { namespace
22 mcld::sys::fs::Path,
31 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFEmulation.h12 namespace mcld { namespace
19 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DLDFileFormat.cpp9 #include "mcld/LD/LDFileFormat.h"
11 namespace mcld { namespace
26 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp9 #include "mcld/Target/PLT.h"
11 #include "mcld/IRBuilder.h"
13 namespace mcld { namespace
27 } // namespace mcld
/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp10 #include "mcld/LD/LDSymbol.h"
13 using namespace mcld;
H A DBinTreeTest.h12 #include "mcld/ADT/BinTree.h"
16 namespace mcld { namespace
19 } // namespace for mcld
44 mcld::BinaryTree<int>* m_pTestee;
H A DFactoriesTest.h12 #include "mcld/ADT/TreeAllocator.h"
13 #include "mcld/MC/MCLDFile.h"
37 typedef mcld::NodeFactory<int> NodeAlloc;
38 typedef mcld::MCLDFileFactory FileAlloc;
H A DFileHandleTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::FileHandle* m_pTestee;
H A DFragmentTest.h14 namespace mcld { namespace
17 } // namespace for mcld
22 * \brief Unit test for mcld::Fragment.
41 mcld::Fragment* m_pTestee;
H A DMCRegionFragmentTest.h15 namespace mcld { namespace
18 } // namespace for mcld
42 mcld::MCRegionFragment* m_pTestee;
H A DNamePoolTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::NamePool* m_pTestee;
H A DPathSetTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::PathSet* m_pTestee;
H A DStringTableTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::StringTable* m_pTestee;
H A DSymbolCategoryTest.h14 namespace mcld { namespace
17 } // namespace for mcld
41 mcld::SymbolCategory* m_pTestee;
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp9 #include <mcld/Environment.h>
10 #include <mcld/IRBuilder.h>
11 #include <mcld/Linker.h>
12 #include <mcld/LinkerConfig.h>
13 #include <mcld/LinkerScript.h>
14 #include <mcld/Module.h>
15 #include <mcld/ADT/StringEntry.h>
16 #include <mcld/MC/InputAction.h>
17 #include <mcld/MC/CommandAction.h>
18 #include <mcld/M
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp9 #include "mcld/Script/EntryCmd.h"
11 #include "mcld/Support/raw_ostream.h"
12 #include "mcld/LinkerScript.h"
13 #include "mcld/Module.h"
15 namespace mcld { namespace
28 mcld::outs() << "ENTRY ( " << m_Entry << " )\n";
37 } // namespace mcld
H A DOutputArchCmd.cpp9 #include "mcld/Script/OutputArchCmd.h"
10 #include "mcld/Support/raw_ostream.h"
12 namespace mcld { namespace
25 mcld::outs() << "OUTPUT_ARCH ( " << m_Arch << " )\n";
32 } // namespace mcld
H A DOutputCmd.cpp9 #include "mcld/Script/OutputCmd.h"
10 #include "mcld/Support/raw_ostream.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/Module.h"
14 namespace mcld { namespace
27 mcld::outs() << "OUTPUT ( " << m_OutputFile << " )\n";
37 } // namespace mcld
H A DSearchDirCmd.cpp9 #include "mcld/Script/SearchDirCmd.h"
11 #include "mcld/Support/raw_ostream.h"
12 #include "mcld/LinkerScript.h"
13 #include "mcld/Module.h"
15 namespace mcld { namespace
28 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
35 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64.h17 namespace mcld { namespace
22 extern mcld::Target TheAArch64Target;
27 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagon.h17 namespace mcld { namespace
22 extern mcld::Target TheHexagonTarget;
27 } // namespace mcld

Completed in 596 milliseconds

1234567891011>>