Searched defs:mcld (Results 201 - 225 of 443) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h17 namespace mcld { namespace
70 } // namespace mcld
H A DGarbageCollection.h16 namespace mcld { namespace
85 } // namespace mcld
H A DGroupReader.h12 #include "mcld/Module.h"
14 namespace mcld { namespace
64 } // namespace mcld
H A DMsgHandler.h11 #include "mcld/LD/DiagnosticEngine.h"
12 #include "mcld/Support/Path.h"
19 namespace mcld { namespace
104 } // namespace 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
71 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeSet.h11 #include "mcld/Support/Compiler.h"
15 namespace mcld { namespace
59 } // namespace mcld
H A DSearchDirs.h12 #include "mcld/MC/Input.h"
13 #include "mcld/Support/Path.h"
14 #include "mcld/Support/Compiler.h"
21 namespace mcld { namespace
50 mcld::Input::Type pPreferType);
53 mcld::Input::Type pPreferType) const;
79 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DExprToken.h12 namespace mcld { namespace
36 } // namespace mcld
H A DInputCmd.h12 #include "mcld/Script/ScriptCommand.h"
14 namespace mcld { namespace
57 } // namespace mcld
H A DInputToken.h12 #include "mcld/Script/StrToken.h"
14 namespace mcld { namespace
44 } // namespace mcld
H A DOutputFormatCmd.h12 #include "mcld/Script/ScriptCommand.h"
17 namespace mcld { namespace
55 } // namespace mcld
H A DRpnExpr.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Object/SectionMap.h"
14 #include "mcld/Support/Allocators.h"
18 namespace mcld { namespace
74 } // namespace mcld
H A DStrToken.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Support/Allocators.h"
17 namespace mcld { namespace
56 } // namespace mcld
H A DStringList.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Support/Allocators.h"
17 namespace mcld { namespace
65 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h11 #include "mcld/Support/Path.h"
15 namespace mcld { namespace
44 } // namespace mcld
52 struct less<mcld::sys::fs::RealPath>
53 : public binary_function<mcld::sys::fs::RealPath,
54 mcld::sys::fs::RealPath,
56 bool operator()(const mcld::sys::fs::RealPath& pX,
57 const mcld::sys::fs::RealPath& pY) const {
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h14 namespace mcld { namespace
70 } // namespace mcld
/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp9 #include "mcld/GeneralOptions.h"
10 #include "mcld/MC/Input.h"
11 #include "mcld/MC/ZOption.h"
14 namespace mcld { namespace
173 } // namespace mcld
H A DInputTree.cpp9 #include "mcld/InputTree.h"
11 namespace mcld { namespace
77 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp9 #include "mcld/LD/DiagnosticEngine.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/LD/DiagnosticLineInfo.h"
13 #include "mcld/LD/DiagnosticPrinter.h"
14 #include "mcld/LD/MsgHandler.h"
18 namespace mcld { namespace
77 } // namespace mcld
H A DELFBinaryReader.cpp9 #include "mcld/LD/ELFBinaryReader.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/LinkerConfig.h"
13 #include "mcld/MC/Input.h"
14 #include "mcld/Support/MemoryArea.h"
20 namespace mcld { namespace
126 } // namespace mcld
H A DELFReaderIf.cpp9 #include "mcld/LD/ELFReaderIf.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/Fragment/FillFragment.h"
13 #include "mcld/LD/EhFrame.h"
14 #include "mcld/LD/LDContext.h"
15 #include "mcld/LD/SectionData.h"
16 #include "mcld/Target/GNULDBackend.h"
25 namespace mcld { namespace
154 } // namespace mcld
H A DLDContext.cpp9 #include "mcld/LD/LDContext.h"
10 #include "mcld/LD/LDSection.h"
11 #include "mcld/LD/LDSymbol.h"
15 namespace mcld { namespace
97 } // namespace mcld
H A DMergedStringTable.cpp9 #include "mcld/LD/MergedStringTable.h"
11 namespace mcld { namespace
42 } // namespace mcld
H A DRelocData.cpp9 #include "mcld/LD/RelocData.h"
11 #include "mcld/Support/GCFactory.h"
15 namespace mcld { namespace
57 } // namespace mcld
H A DRelocationFactory.cpp9 #include "mcld/LD/RelocationFactory.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/Support/MsgHandling.h"
13 #include "mcld/Target/TargetLDBackend.h"
20 namespace mcld { namespace
53 tmp_data = mcld::bswap32(tmp_data);
59 target_data = mcld::bswap64(target_data);
87 } // namespace mcld

Completed in 1909 milliseconds

1234567891011>>