Searched refs:mcld (Results 201 - 225 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp9 #include <mcld/Script/SectionsCmd.h>
10 #include <mcld/Support/raw_ostream.h>
13 using namespace mcld;
33 mcld::outs() << "SECTIONS\n{\n";
40 mcld::outs() << "\t";
49 mcld::outs() << "}\n";
H A DScriptFile.cpp9 #include <mcld/Script/ScriptFile.h>
10 #include <mcld/Script/StringList.h>
11 #include <mcld/Script/ScriptCommand.h>
12 #include <mcld/Script/EntryCmd.h>
13 #include <mcld/Script/OutputFormatCmd.h>
14 #include <mcld/Script/GroupCmd.h>
15 #include <mcld/Script/OutputCmd.h>
16 #include <mcld/Script/SearchDirCmd.h>
17 #include <mcld/Script/OutputArchCmd.h>
18 #include <mcld/Scrip
[all...]
H A DGroupCmd.cpp9 #include <mcld/Script/GroupCmd.h>
10 #include <mcld/Script/StringList.h>
11 #include <mcld/Script/InputToken.h>
12 #include <mcld/MC/InputBuilder.h>
13 #include <mcld/MC/Attribute.h>
14 #include <mcld/Support/Path.h>
15 #include <mcld/Support/raw_ostream.h>
16 #include <mcld/Support/MsgHandling.h>
17 #include <mcld/InputTree.h>
18 #include <mcld/LinkerScrip
[all...]
H A DFileToken.cpp9 #include <mcld/Script/FileToken.h>
10 #include <mcld/Support/GCFactory.h>
13 using namespace mcld;
H A DNameSpec.cpp9 #include <mcld/Script/NameSpec.h>
10 #include <mcld/Support/GCFactory.h>
13 using namespace mcld;
H A DStrToken.cpp9 #include <mcld/Script/StrToken.h>
10 #include <mcld/Support/GCFactory.h>
13 using namespace mcld;
/frameworks/compile/mclinker/tools/mcld/lib/
H A DTargetControlOptions.cpp9 #include <mcld/TargetControlOptions.h>
10 #include <mcld/LinkerConfig.h>
11 #include <mcld/Support/MsgHandling.h>
45 using namespace mcld;
69 mcld::warning(mcld::diag::warn_unsupported_option) << m_FIXCA8.ArgStr;
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp9 #include <mcld/Module.h>
10 #include <mcld/Fragment/FragmentRef.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/LD/LDSymbol.h>
13 #include <mcld/LD/NamePool.h>
14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/SectionData.h>
16 #include <mcld/LD/EhFrame.h>
17 #include <mcld/LD/StaticResolver.h>
19 using namespace mcld;
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h12 #include <mcld/ADT/HashBase.h>
13 #include <mcld/ADT/HashIterator.h>
14 #include <mcld/ADT/HashEntryFactory.h>
15 #include <mcld/ADT/Uncopyable.h>
16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/Support/Allocators.h>
20 namespace mcld { namespace
26 * mcld::HashTable is a linear probing hash table. It does not allocate
119 } // namespace of mcld
/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp9 #include <mcld/Support/ToolOutputFile.h>
11 #include <mcld/Support/Path.h>
12 #include <mcld/Support/FileHandle.h>
13 #include <mcld/Support/MemoryArea.h>
15 #include <mcld/Support/SystemUtils.h>
16 #include <mcld/Support/MsgHandling.h>
23 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h12 #include <mcld/ADT/TypeTraits.h>
13 #include <mcld/Support/FileSystem.h>
14 #include <mcld/Support/Path.h>
20 namespace mcld { namespace
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
86 mcld::sys::fs::Path m_Path;
91 mcld::sys::fs::PathCache m_Cache;
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 typedef mcld::sys::fs::PathCache DirCache;
149 } // namespace of mcld
[all...]
H A Draw_ostream.h15 namespace mcld { namespace
61 mcld::raw_fd_ostream &outs();
65 mcld::raw_fd_ostream &errs();
67 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h12 #include <mcld/Config/Config.h>
13 #include <mcld/ADT/SizeTraits.h>
14 #include <mcld/ADT/TypeTraits.h>
15 #include <mcld/Support/Allocators.h>
17 namespace mcld { namespace
95 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DSearchPathOptions.h12 #include <mcld/Support/Path.h>
13 #include <mcld/Support/CommandLine.h>
16 namespace mcld { namespace
29 llvm::cl::opt<mcld::sys::fs::Path,
31 llvm::cl::parser<mcld::sys::fs::Path> >& m_SysRoot;
47 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DMCRegionFragmentTest.cpp12 #include <mcld/MC/MCRegionFragment.h>
13 #include <mcld/Support/MemoryAreaFactory.h>
14 #include <mcld/Support/Path.h>
16 using namespace mcld;
18 using namespace mcld::sys::fs;
/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/LD/
H A DELFObjectReader.h12 #include <mcld/LD/ObjectReader.h>
13 #include <mcld/ADT/Flags.h>
15 namespace mcld { namespace
69 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h11 #include <mcld/Support/GCFactory.h>
12 #include <mcld/MC/Input.h>
14 namespace mcld { namespace
55 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h11 #include <mcld/LD/LDFileFormat.h>
12 #include <mcld/LD/EhFrame.h>
18 namespace mcld { namespace
27 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
37 /// CreateSection - To create an output LDSection in mcld::Module.
42 /// @ref mcld::Module.
44 /// To create an input LDSection in mcld::LDContext, use @ref LDSection::Create().
56 /// MergeSection - merge the pInput section to mcld::Module.
58 /// output section of mcld::Module.
97 } // namespace of mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DStrToken.h12 #include <mcld/Support/Allocators.h>
13 #include <mcld/Config/Config.h>
16 namespace mcld namespace
62 } // namepsace of mcld
/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp9 #include <mcld/LD/RelocData.h>
10 #include <mcld/Support/GCFactory.h>
14 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp9 #include <mcld/LD/LDContext.h>
10 #include <mcld/MC/ContextFactory.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
12 #include <mcld/LinkerConfig.h>
14 using namespace mcld;
H A DAArch64GOT.h12 #include <mcld/Support/MemoryRegion.h>
13 #include <mcld/Target/GOT.h>
19 namespace mcld { namespace
97 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h12 #include <mcld/Target/GOT.h>
13 #include <mcld/Support/MemoryRegion.h>
17 namespace mcld { namespace
85 } // namespace of mcld

Completed in 434 milliseconds

1234567891011>>