Searched refs:mcld (Results 151 - 175 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DCommandLine.h11 #include <mcld/Support/FileSystem.h>
12 #include <mcld/MC/ZOption.h>
61 // parser<mcld::sys::fs::Path>
64 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
70 mcld::sys::fs::Path &Val);
74 const mcld::sys::fs::Path &V,
81 // parser<mcld::ZOption>
84 class parser<mcld::ZOption> : public llvm::cl::basic_parser<mcld
[all...]
H A DDemangle.h14 namespace mcld { namespace
20 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp9 #include <mcld/LD/RelocationFactory.h>
10 #include <mcld/LinkerConfig.h>
11 #include <mcld/Target/TargetLDBackend.h>
12 #include <mcld/Support/MsgHandling.h>
19 using namespace mcld;
54 tmp_data = mcld::bswap32(tmp_data);
60 target_data = mcld::bswap64(target_data);
H A DSectionData.cpp9 #include <mcld/LD/SectionData.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/Support/GCFactory.h>
16 using namespace mcld;
/frameworks/compile/mclinker/lib/Script/
H A DStringList.cpp9 #include <mcld/Script/StringList.h>
10 #include <mcld/Script/StrToken.h>
11 #include <mcld/Support/raw_ostream.h>
12 #include <mcld/Support/GCFactory.h>
15 using namespace mcld;
39 mcld::outs() << (*it)->name() << "\t";
40 mcld::outs() << "\n";
H A DAssignment.cpp9 #include <mcld/Script/Assignment.h>
10 #include <mcld/Script/RpnExpr.h>
11 #include <mcld/Script/Operand.h>
12 #include <mcld/Script/Operator.h>
13 #include <mcld/Script/RpnEvaluator.h>
14 #include <mcld/Support/raw_ostream.h>
15 #include <mcld/LinkerScript.h>
16 #include <mcld/LD/LDSection.h>
17 #include <mcld/LD/SectionData.h>
18 #include <mcld/Modul
[all...]
H A DNullaryOp.cpp9 #include <mcld/Script/NullaryOp.h>
10 #include <mcld/Script/Operand.h>
11 #include <mcld/Target/TargetLDBackend.h>
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp9 #include <mcld/Target/OutputRelocSection.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/LD/RelocationFactory.h>
13 #include <mcld/Module.h>
14 #include <mcld/Support/MsgHandling.h>
15 #include <mcld/IRBuilder.h>
19 using namespace mcld;
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h14 #include <mcld/Support/GCFactoryListTraits.h>
18 #include <mcld/Support/GCFactory.h>
60 class NodeFactory : public mcld::GCFactory<Node, 0> {
62 NodeFactory() : mcld::GCFactory<Node, 0>(16) { }
83 const llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > &getNodeList() const
86 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > &getNodeList()
93 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > m_pNodeList;
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp9 #include <mcld/InputTree.h>
11 using namespace mcld;
46 mcld::Input& pInput)
57 bool mcld::isGroup(const InputTree::iterator& pos)
62 bool mcld::isGroup(const InputTree::const_iterator& pos)
67 bool mcld::isGroup(const InputTree::dfs_iterator& pos)
72 bool mcld::isGroup(const InputTree::const_dfs_iterator& pos)
77 bool mcld::isGroup(const InputTree::bfs_iterator& pos)
82 bool mcld::isGroup(const InputTree::const_bfs_iterator& pos)
H A DLinkerScript.cpp9 #include <mcld/LinkerScript.h>
11 using namespace mcld;
24 const mcld::sys::fs::Path& LinkerScript::sysroot() const
29 void LinkerScript::setSysroot(const mcld::sys::fs::Path &pSysroot)
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIslandFactory.h13 #include <mcld/Support/GCFactory.h>
14 #include <mcld/LD/BranchIsland.h>
16 namespace mcld namespace
59 } // namespace of mcld
H A DDiagnosticPrinter.h11 #include <mcld/LD/DiagnosticEngine.h>
12 #include <mcld/LD/Diagnostic.h>
14 namespace mcld namespace
50 } // 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
H A DSectionSymbolSet.h12 #include <mcld/ADT/HashTable.h>
13 #include <mcld/ADT/HashEntry.h>
14 #include <mcld/MC/SymbolCategory.h>
16 namespace mcld namespace
75 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DFileAction.h11 #include <mcld/MC/InputAction.h>
12 #include <mcld/Support/FileHandle.h>
14 namespace mcld { namespace
46 } // end of namespace mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DAlignFragment.cpp9 #include <mcld/Fragment/AlignFragment.h>
12 #include <mcld/LD/SectionData.h>
14 using namespace mcld;
H A DFragment.cpp10 #include <mcld/Fragment/Fragment.h>
14 #include <mcld/LD/SectionData.h>
16 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h11 #include <mcld/Target/GNUInfo.h>
12 #include <mcld/TargetOptions.h>
16 namespace mcld { namespace
41 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h12 #include <mcld/Target/GOT.h>
13 #include <mcld/Support/MemoryRegion.h>
16 namespace mcld { namespace
48 } // namespace of mcld
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DOptimizationOptions.h11 #include <mcld/GeneralOptions.h>
15 namespace mcld { namespace
30 llvm::cl::opt<mcld::GeneralOptions::ICF>& m_ICF;
38 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/ADT/
H A DUncopyable.h12 namespace mcld namespace
30 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DWildcardPattern.h12 #include <mcld/Script/StrToken.h>
13 #include <mcld/Support/Allocators.h>
14 #include <mcld/Config/Config.h>
17 namespace mcld namespace
66 } // namepsace of mcld
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp9 #include <mcld/MC/Attribute.h>
10 #include <mcld/MC/AttributeSet.h>
13 using namespace mcld;
50 void AttributeSet::record(mcld::Attribute &pAttr)

Completed in 3760 milliseconds

1234567891011>>