Searched defs:mcld (Results 226 - 250 of 443) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp9 #include "mcld/LD/StaticResolver.h"
11 #include "mcld/LD/LDSymbol.h"
12 #include "mcld/Support/Demangle.h"
13 #include "mcld/Support/MsgHandling.h"
15 namespace mcld { namespace
212 } // namespace mcld
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp9 #include "mcld/MC/AttributeSet.h"
11 #include "mcld/MC/Attribute.h"
15 namespace mcld { namespace
50 void AttributeSet::record(mcld::Attribute& pAttr) {
54 } // namespace mcld
H A DInputFactory.cpp9 #include "mcld/MC/InputFactory.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/AttributeOption.h"
13 #include "mcld/MC/AttributeSet.h"
15 namespace mcld { namespace
51 } // namespace mcld
H A DMCLDDirectory.cpp9 #include "mcld/MC/MCLDDirectory.h"
10 #include "mcld/Support/FileSystem.h"
12 namespace mcld { namespace
98 } // namespace mcld
/frameworks/compile/mclinker/lib/Script/
H A DAssertCmd.cpp9 #include "mcld/Script/AssertCmd.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/Module.h"
13 #include "mcld/Script/RpnExpr.h"
14 #include "mcld/Support/raw_ostream.h"
16 namespace mcld { namespace
35 mcld::outs() << "Assert ( ";
39 mcld::outs() << " , " << m_Message << " )\n";
46 } // namespace mcld
H A DFileToken.cpp9 #include "mcld/Script/FileToken.h"
11 #include "mcld/Support/GCFactory.h"
15 namespace mcld { namespace
49 } // namespace mcld
H A DInputSectDesc.cpp9 #include "mcld/Script/InputSectDesc.h"
11 #include "mcld/Script/WildcardPattern.h"
12 #include "mcld/Support/raw_ostream.h"
13 #include "mcld/LinkerScript.h"
14 #include "mcld/Module.h"
18 namespace mcld { namespace
37 mcld::outs() << "KEEP (";
41 mcld::outs() << "SORT (";
43 mcld::outs() << m_Spec.file().name();
46 mcld
[all...]
H A DNameSpec.cpp9 #include "mcld/Script/NameSpec.h"
11 #include "mcld/Support/GCFactory.h"
15 namespace mcld { namespace
49 } // namespace mcld
H A DOperator.cpp9 #include "mcld/Script/Operator.h"
11 #include "mcld/Script/BinaryOp.h"
12 #include "mcld/Script/NullaryOp.h"
13 #include "mcld/Script/Operand.h"
14 #include "mcld/Script/UnaryOp.h"
15 #include "mcld/Script/TernaryOp.h"
16 #include "mcld/Support/raw_ostream.h"
18 namespace mcld { namespace
52 mcld::outs() << OpNames[type()];
311 } // namespace mcld
[all...]
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 DOutputSectDesc.cpp9 #include "mcld/Script/OutputSectDesc.h"
11 #include "mcld/Script/InputSectDesc.h"
12 #include "mcld/Script/RpnExpr.h"
13 #include "mcld/Script/StringList.h"
14 #include "mcld/Script/StrToken.h"
15 #include "mcld/Support/raw_ostream.h"
16 #include "mcld/LinkerScript.h"
17 #include "mcld/Module.h"
23 namespace mcld { namespace
42 mcld
[all...]
H A DRpnEvaluator.cpp9 #include "mcld/Script/RpnEvaluator.h"
11 #include "mcld/LD/LDSymbol.h"
12 #include "mcld/Script/ExprToken.h"
13 #include "mcld/Script/Operand.h"
14 #include "mcld/Script/Operator.h"
15 #include "mcld/Script/RpnExpr.h"
16 #include "mcld/Support/MsgHandling.h"
17 #include "mcld/Module.h"
26 namespace mcld { namespace
115 } // namespace mcld
[all...]
H A DScriptReader.cpp9 #include "mcld/Script/ScriptReader.h"
11 #include "mcld/MC/Input.h"
12 #include "mcld/Script/ScriptFile.h"
13 #include "mcld/Script/ScriptScanner.h"
14 #include "mcld/Support/MemoryArea.h"
21 namespace mcld { namespace
62 } // namespace mcld
H A DSectionsCmd.cpp9 #include "mcld/Script/SectionsCmd.h"
11 #include "mcld/Support/raw_ostream.h"
15 namespace mcld { namespace
31 mcld::outs() << "SECTIONS\n{\n";
38 mcld::outs() << "\t";
47 mcld::outs() << "}\n";
92 } // namespace mcld
H A DStrToken.cpp9 #include "mcld/Script/StrToken.h"
11 #include "mcld/Support/GCFactory.h"
15 namespace mcld { namespace
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
H A DWildcardPattern.cpp9 #include "mcld/Script/WildcardPattern.h"
11 #include "mcld/Support/GCFactory.h"
12 #include "mcld/Support/raw_ostream.h"
17 namespace mcld { namespace
65 } // namespace mcld
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp9 #include "mcld/Support/FileOutputBuffer.h"
10 #include "mcld/Support/FileHandle.h"
11 #include "mcld/Support/Path.h"
13 namespace mcld { namespace
59 } // namespace mcld
H A DLEB128.cpp9 #include "mcld/Support/LEB128.h"
11 namespace mcld { namespace
224 } // namespace mcld
H A DMemoryArea.cpp9 #include "mcld/Support/MemoryArea.h"
10 #include "mcld/Support/MsgHandling.h"
17 namespace mcld { namespace
49 } // namespace mcld
H A DMemoryAreaFactory.cpp9 #include "mcld/Support/MemoryAreaFactory.h"
10 #include "mcld/Support/MsgHandling.h"
11 #include "mcld/Support/SystemUtils.h"
13 namespace mcld { namespace
75 } // namespace mcld
H A DRealPath.cpp9 #include "mcld/Support/RealPath.h"
10 #include "mcld/Support/FileSystem.h"
12 namespace mcld { namespace
56 } // namespace mcld
H A DTarget.cpp9 #include "mcld/Support/Target.h"
13 namespace mcld { namespace
68 const mcld::Target& pTarget,
75 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub2.cpp14 #include "mcld/Fragment/FragmentRef.h"
15 #include "mcld/Fragment/Relocation.h"
16 #include "mcld/IRBuilder.h"
17 #include "mcld/LD/BranchIsland.h"
18 #include "mcld/LD/LDSection.h"
19 #include "mcld/LD/LDSymbol.h"
20 #include "mcld/LD/ResolveInfo.h"
21 #include "mcld/LD/SectionData.h"
28 namespace mcld { namespace
84 } // namespace mcld
[all...]
H A DAArch64GOT.h12 #include "mcld/Support/MemoryRegion.h"
13 #include "mcld/Target/GOT.h"
19 namespace mcld { namespace
94 } // namespace mcld

Completed in 145 milliseconds

1234567891011>>