Searched defs:mcld (Results 101 - 125 of 294) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
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
23 mcld::sys::fs::Path,
31 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
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);
H A DAArch64MCLinker.cpp13 #include <mcld/Module.h>
14 #include <mcld/Support/TargetRegistry.h>
16 using namespace mcld;
18 namespace mcld { namespace
25 mcld::Module& pModule,
41 } // namespace of mcld
48 mcld::TargetRegistry::RegisterMCLinker(TheAArch64Target,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMEmulation.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
63 } // namespace of mcld
70 mcld::TargetRegistry::RegisterEmulation(mcld::TheARMTarget, mcld::emulateARMLD);
71 mcld
[all...]
H A DARMMCLinker.cpp13 #include <mcld/Module.h>
14 #include <mcld/Support/TargetRegistry.h>
16 using namespace mcld;
18 namespace mcld { namespace
24 mcld::Module& pModule,
40 } // namespace of mcld
47 mcld::TargetRegistry::RegisterMCLinker(TheARMTarget, createARMMCLinker);
48 mcld::TargetRegistry::RegisterMCLinker(TheThumbTarget, createARMMCLinker);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.h14 #include <mcld/Fragment/Stub.h>
18 namespace mcld namespace
70 } // namespace of mcld
H A DHexagonEmulation.cpp10 #include <mcld/LinkerScript.h>
11 #include <mcld/LinkerConfig.h>
12 #include <mcld/Target/ELFEmulation.h>
13 #include <mcld/Support/TargetRegistry.h>
15 namespace mcld { namespace
55 } // namespace of mcld
62 mcld::TargetRegistry::RegisterEmulation(mcld::TheHexagonTarget,
63 mcld::emulateHexagonLD);
H A DHexagonGOT.h12 #include <mcld/Target/GOT.h>
14 namespace mcld { namespace
44 } // namespace of mcld
H A DHexagonMCLinker.cpp11 #include <mcld/Module.h>
12 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
23 mcld::Module& pModule,
43 } // namespace of mcld
50 mcld::TargetRegistry::RegisterMCLinker(TheHexagonTarget,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.h12 #include <mcld/Fragment/Stub.h>
14 namespace mcld namespace
59 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86MCLinker.cpp11 #include <mcld/Module.h>
12 #include <mcld/Support/TargetRegistry.h>
15 using namespace mcld;
17 namespace mcld { namespace
24 mcld::Module& pModule,
40 } // namespace of mcld
47 mcld::TargetRegistry::RegisterMCLinker(TheX86_32Target, createX86MCLinker);
48 mcld::TargetRegistry::RegisterMCLinker(TheX86_64Target, createX86MCLinker);
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DSymbolOptions.h14 namespace mcld { namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
H A DStaticResolverTest.h13 #include <mcld/LinkerConfig.h>
15 namespace mcld { namespace
21 } // namespace for mcld
47 mcld::StaticResolver* m_pResolver;
48 mcld::LinkerConfig* m_pConfig;
49 mcld::DiagnosticPrinter* m_pPrinter;
H A DSymbolTableTest.h11 #include "mcld/LD/StringTable.h"
14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolTable<>* m_pTestee;
45 mcld::StringTable m_StrTable;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h12 namespace mcld { namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/
H A DAttributeOption.h11 #include <mcld/MC/Attribute.h>
13 namespace mcld { namespace
32 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DMCLinker.h25 namespace mcld { namespace
53 mcld::Module& pModule,
70 mcld::Module& m_Module;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRegionFragment.h12 #include <mcld/Fragment/Fragment.h>
15 namespace mcld { namespace
42 } // namespace of mcld
H A DTargetFragment.h12 #include <mcld/Fragment/Fragment.h>
14 namespace mcld { namespace
38 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h13 namespace mcld { namespace
18 #include "mcld/LD/DiagAttribute.inc"
19 #include "mcld/LD/DiagCommonKinds.inc"
20 #include "mcld/LD/DiagReaders.inc"
21 #include "mcld/LD/DiagSymbolResolutions.inc"
22 #include "mcld/LD/DiagRelocations.inc"
23 #include "mcld/LD/DiagLayouts.inc"
24 #include "mcld/LD/DiagGOTPLT.inc"
25 #include "mcld/LD/DiagLDScript.inc"
52 } // namespace of mcld
[all...]
H A DELFObjectWriter.h11 #include <mcld/LD/ObjectWriter.h>
14 #include <mcld/Support/FileOutputBuffer.h>
16 namespace mcld { namespace
130 } // namespace of mcld
H A DLDReader.h14 namespace mcld namespace
41 } // namespace of mcld
H A DObjectReader.h11 #include "mcld/LD/LDReader.h"
12 #include <mcld/ADT/HashTable.h>
13 #include <mcld/ADT/StringHash.h>
14 #include <mcld/LD/ResolveInfo.h>
16 namespace mcld { namespace
59 } // namespace of mcld
H A DRelocationFactory.h11 #include <mcld/Config/Config.h>
12 #include <mcld/Support/GCFactory.h>
13 #include <mcld/Fragment/Relocation.h>
15 namespace mcld { namespace
57 } // namespace of mcld

Completed in 6624 milliseconds

1234567891011>>