Searched refs:mcld (Results 101 - 125 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.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
65 } // namespace of mcld
72 mcld::TargetRegistry::RegisterEmulation(mcld::TheX86_32Target, mcld::emulateX86LD);
73 mcld
[all...]
H A DX86GOT.cpp11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/SectionData.h>
16 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptScanner.h18 mcld::ScriptParser::token_type \
19 mcld::ScriptScanner::lex(mcld::ScriptParser::semantic_type* yylval, \
20 mcld::ScriptParser::location_type* yylloc, \
21 const mcld::ScriptFile& pScriptFile)
24 #include <mcld/Script/ScriptFile.h>
28 namespace mcld { namespace
56 } // namespace of mcld
H A DFileToken.h12 #include <mcld/Script/InputToken.h>
13 #include <mcld/Support/Allocators.h>
14 #include <mcld/Config/Config.h>
16 namespace mcld namespace
45 } // namepsace of mcld
H A DNameSpec.h12 #include <mcld/Script/InputToken.h>
13 #include <mcld/Support/Allocators.h>
14 #include <mcld/Config/Config.h>
16 namespace mcld namespace
45 } // namepsace of mcld
/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp9 #include <mcld/Script/OutputFormatCmd.h>
10 #include <mcld/Support/raw_ostream.h>
12 using namespace mcld;
39 mcld::outs() << "OUTPUT_FORMAT ( ";
43 mcld::outs() << " , ";
44 mcld::outs() << m_FormatList[i];
46 mcld::outs() << " )\n";
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h11 #include <mcld/Support/Target.h>
24 namespace mcld { namespace
32 typedef std::list<mcld::Target*> TargetListTy;
62 static void RegisterTargetMachine(mcld::Target &T, mcld::Target::TargetMachineCtorTy Fn)
74 static void RegisterMCLinker(mcld::Target &T, mcld::Target::MCLinkerCtorTy Fn)
85 static void RegisterEmulation(mcld::Target &T, mcld::Target::EmulationFnTy Fn)
96 static void RegisterTargetLDBackend(mcld
[all...]
H A DRealPath.h11 #include "mcld/Support/Path.h"
14 namespace mcld { namespace
44 } // namespace of mcld
52 struct less<mcld::sys::fs::RealPath> : public binary_function<
53 mcld::sys::fs::RealPath,
54 mcld::sys::fs::RealPath,
57 bool operator() (const mcld::sys::fs::RealPath& pX,
58 const mcld::sys::fs::RealPath& pY) const {
H A DELF.h12 namespace mcld { namespace
31 } // namespace of mcld
H A DMemoryRegion.h12 #include <mcld/ADT/TypeTraits.h>
16 namespace mcld { namespace
24 } // namespace mcld
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp9 #include <mcld/Linker.h>
10 #include <mcld/LinkerConfig.h>
11 #include <mcld/Module.h>
12 #include <mcld/IRBuilder.h>
14 #include <mcld/Support/MsgHandling.h>
15 #include <mcld/Support/TargetRegistry.h>
16 #include <mcld/Support/FileHandle.h>
17 #include <mcld/Support/FileOutputBuffer.h>
18 #include <mcld/Support/raw_ostream.h>
20 #include <mcld/Objec
[all...]
H A DLinkerConfig.cpp9 #include <mcld/LinkerConfig.h>
10 #include <mcld/Config/Config.h>
12 #include <mcld/Support/MsgHandling.h>
14 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DTargetMachine.h27 namespace mcld { namespace
46 /** \class mcld::MCLDTargetMachine
47 * \brief mcld::MCLDTargetMachine is a object adapter of LLVMTargetMachine.
56 const mcld::Target& pMCLDTarget,
62 const mcld::Target& getTarget() const;
71 mcld::ToolOutputFile& pOutput,
72 mcld::CodeGenFileType,
74 mcld::Module& pModule,
75 mcld::LinkerConfig& pConfig,
82 mcld
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DFillFragment.cpp9 #include <mcld/Fragment/FillFragment.h>
10 #include <mcld/LD/SectionData.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h12 #include <mcld/Target/PLT.h>
13 #include <mcld/Support/MemoryRegion.h>
15 namespace mcld { namespace
49 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DOutputFormatOptions.h12 #include <mcld/Support/CommandLine.h>
13 #include <mcld/LinkerConfig.h>
14 #include <mcld/GeneralOptions.h>
15 #include <mcld/Support/Path.h>
16 #include <mcld/MC/Input.h>
19 namespace mcld { namespace
33 llvm::cl::opt<mcld::sys::fs::Path,
35 llvm::cl::parser<mcld::sys::fs::Path> >& m_OutputFilename;
36 llvm::cl::opt<mcld::LinkerConfig::CodeGenType>& m_FileType;
37 llvm::cl::opt<mcld
[all...]
/frameworks/compile/mclinker/unittests/
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;
H A DDirIteratorTest.cpp9 #include <mcld/Support/Directory.h>
13 using namespace mcld;
14 using namespace mcld::sys::fs;
27 m_pDir = new mcld::sys::fs::Directory(".");
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h11 #include <mcld/ADT/SizeTraits.h>
14 #include <mcld/LD/EhFrame.h>
15 #include <mcld/Support/FileOutputBuffer.h>
16 namespace mcld { namespace
71 } // namespace of mcld
H A DArchiveReader.h11 #include <mcld/LD/LDReader.h>
13 namespace mcld namespace
38 } // namespace of mcld
H A DBSDArchiveReader.h11 #include <mcld/LD/ArchiveReader.h>
13 namespace mcld namespace
34 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFEmulation.h12 namespace mcld { namespace
19 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/lib/
H A DOutputFormatOptions.cpp9 #include <mcld/OutputFormatOptions.h>
10 #include <mcld/Module.h>
11 #include <mcld/Support/MsgHandling.h>
15 llvm::cl::opt<mcld::sys::fs::Path,
17 llvm::cl::parser<mcld::sys::fs::Path> > ArgOutputFilename("o",
25 llvm::cl::opt<mcld::LinkerConfig::CodeGenType> ArgFileType("filetype",
26 llvm::cl::init(mcld::LinkerConfig::Exec),
30 clEnumValN(mcld::LinkerConfig::Object, "obj",
32 clEnumValN(mcld::LinkerConfig::DynObj, "dso",
34 clEnumValN(mcld
[all...]
/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/Fragment/
H A DNullFragment.h12 #include <mcld/Fragment/Fragment.h>
14 namespace mcld { namespace
37 } // namespace of mcld

Completed in 513 milliseconds

1234567891011>>