Searched refs:mcld (Results 76 - 100 of 492) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.cpp9 #include "mcld/LD/SymbolTable.h"
12 using namespace mcld;
37 mcld::SymbolTable<>::iterator it;
H A DDirIteratorTest.cpp9 #include "mcld/Support/Directory.h"
13 using namespace mcld;
14 using namespace mcld::sys::fs;
25 m_pDir = new mcld::sys::fs::Directory(".");
H A DPathSetTest.cpp9 #include "mcld/Support/PathSet.h"
12 using namespace mcld;
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
45 mcld::sys::fs::Directory* m_pDir;
H A DGCFactoryListTraitsTest.h14 #include "mcld/Support/GCFactoryListTraits.h"
18 #include "mcld/Support/GCFactory.h"
54 class NodeFactory : public mcld::GCFactory<Node, 0> {
56 NodeFactory() : mcld::GCFactory<Node, 0>(16) {}
77 const llvm::iplist<Node, mcld::GCFactoryListTraits<Node> >& getNodeList()
82 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> >& getNodeList() {
90 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > m_pNodeList;
H A DELFBinaryReaderTest.cpp9 #include "mcld/LD/ELFBinaryReader.h"
10 #include "mcld/Module.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/LinkerConfig.h"
13 #include "mcld/IRBuilder.h"
14 #include "mcld/GeneralOptions.h"
15 #include "mcld/MC/Input.h"
19 using namespace mcld;
20 using namespace mcld::test;
/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp9 #include "mcld/Script/OutputFormatCmd.h"
10 #include "mcld/Support/raw_ostream.h"
12 namespace mcld { namespace
35 mcld::outs() << "OUTPUT_FORMAT ( ";
39 mcld::outs() << " , ";
40 mcld::outs() << m_FormatList[i];
42 mcld::outs() << " )\n";
49 } // namespace mcld
H A DStringList.cpp9 #include "mcld/Script/StringList.h"
11 #include "mcld/Script/StrToken.h"
12 #include "mcld/Support/GCFactory.h"
13 #include "mcld/Support/raw_ostream.h"
17 namespace mcld { namespace
37 mcld::outs() << (*it)->name() << "\t";
38 mcld::outs() << "\n";
57 } // namespace mcld
/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
61 } // namespace mcld
68 mcld::TargetRegistry::RegisterEmulation(mcld::TheARMTarget,
69 mcld::emulateARMLD);
70 mcld
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp10 #include "mcld/LinkerScript.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/Support/TargetRegistry.h"
13 #include "mcld/Target/ELFEmulation.h"
15 namespace mcld { namespace
57 } // namespace mcld
63 mcld::TargetRegistry::RegisterEmulation(mcld::TheMipselTarget,
64 mcld::emulateMipsLD);
65 mcld
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp10 #include "mcld/LinkerConfig.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/Support/TargetRegistry.h"
13 #include "mcld/Target/ELFEmulation.h"
15 namespace mcld { namespace
62 } // namespace mcld
69 mcld::TargetRegistry::RegisterEmulation(mcld::TheX86_32Target,
70 mcld::emulateX86LD);
71 mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h14 namespace mcld { namespace
20 } // namespace mcld
H A Draw_ostream.h16 namespace mcld { namespace
59 mcld::raw_fd_ostream& outs();
63 mcld::raw_fd_ostream& errs();
65 } // namespace mcld
H A DTarget.h19 namespace mcld { namespace
35 friend class mcld::MCLDTargetMachine;
36 friend class mcld::TargetRegistry;
42 const mcld::Target&,
55 typedef DiagnosticLineInfo* (*DiagnosticLineInfoCtorTy)(const mcld::Target&,
86 const mcld::Target& pTarget,
101 } // namespace mcld
H A DTargetSelect.h15 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
19 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
23 #include "mcld/Config/Linkers.def" // NOLINT [build/include] [4]
28 #include "mcld/Config/Linkers.def" // NOLINT [build/include] [4]
32 namespace mcld { namespace
40 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
49 mcld::InitializeAllTargetInfos();
52 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
60 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
69 #include "mcld/Confi
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp9 #include "mcld/LD/BSDArchiveReader.h"
10 #include "mcld/LD/Archive.h"
11 #include "mcld/MC/Input.h"
13 namespace mcld { namespace
33 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Emulation.cpp10 #include "mcld/LinkerConfig.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/Support/TargetRegistry.h"
13 #include "mcld/Target/ELFEmulation.h"
15 namespace mcld { namespace
60 } // namespace mcld
67 mcld::TargetRegistry::RegisterEmulation(mcld::TheAArch64Target,
68 mcld::emulateAArch64LD);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEmulation.cpp10 #include "mcld/LinkerScript.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/Support/TargetRegistry.h"
13 #include "mcld/Target/ELFEmulation.h"
15 namespace mcld { namespace
54 } // namespace mcld
61 mcld::TargetRegistry::RegisterEmulation(mcld::TheHexagonTarget,
62 mcld::emulateHexagonLD);
H A DHexagonGOT.cpp11 #include "mcld/LD/LDFileFormat.h"
12 #include "mcld/LD/SectionData.h"
16 namespace mcld { namespace
31 } // namespace mcld
/frameworks/compile/mclinker/
H A Dmcld.mk5 MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk
6 MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk
H A DAndroid.mk3 # For mcld.mk
41 # mcld executable
42 subdirs += tools/mcld
44 include $(MCLD_ROOT_PATH)/mcld.mk
/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp9 #include "mcld/LinkerScript.h"
11 namespace mcld { namespace
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const {
26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) {
58 } // namespace mcld
H A DLinker.cpp9 #include "mcld/Linker.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/LinkerConfig.h"
13 #include "mcld/Module.h"
14 #include "mcld/Fragment/FragmentRef.h"
15 #include "mcld/Fragment/Relocation.h"
16 #include "mcld/LD/LDSection.h"
17 #include "mcld/LD/LDSymbol.h"
18 #include "mcld/LD/ObjectWriter.h"
19 #include "mcld/L
32 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h12 namespace mcld { namespace
32 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/
H A DAttributeOption.h11 #include "mcld/MC/Attribute.h"
13 namespace mcld { namespace
31 } // namespace mcld

Completed in 6180 milliseconds

1234567891011>>