HomeSort by relevance Sort by last modified time
    Searched defs:mcld (Results 176 - 200 of 445) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 12 #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/
Linker.h 14 namespace mcld { namespace
38 /// normalize - To normalize the command line language into mcld::Module.
41 /// resolve - To build up the topology of mcld::Module.
44 /// layout - To serialize the final result of the output mcld::Module.
47 /// link - A convenient way to resolve and to layout the output mcld::Module.
50 /// emit - To emit output mcld::Module to a FileOutputBuffer.
53 /// emit - To open a file for output in pPath and to emit output mcld::Module
57 /// emit - To emit output mcld::Module in the pFileDescriptor.
80 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 11 #include "mcld/Support/Compiler.h"
15 namespace mcld { namespace
59 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 12 #include "mcld/Script/ScriptCommand.h"
16 namespace mcld { namespace
51 } // namespace mcld
BinaryOp.h 12 #include "mcld/Script/Operator.h"
16 namespace mcld { namespace
118 } // namespace mcld
ExprToken.h 12 namespace mcld { namespace
36 } // namespace mcld
GroupCmd.h 12 #include "mcld/Script/ScriptCommand.h"
14 namespace mcld { namespace
51 } // namespace mcld
OutputFormatCmd.h 12 #include "mcld/Script/ScriptCommand.h"
17 namespace mcld { namespace
55 } // namespace mcld
TernaryOp.h 12 #include "mcld/Script/Operator.h"
16 namespace mcld { namespace
61 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 12 #include "mcld/Support/MemoryRegion.h"
20 namespace mcld { namespace
66 } // namespace mcld
MsgHandling.h 11 #include "mcld/LD/MsgHandler.h"
13 namespace mcld { namespace
36 } // namespace mcld
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) {
45 inline mcld::MsgHandler mcld::fatal(unsigned int pID) {
49 inline mcld::MsgHandler mcld::error(unsigned int pID) {
53 inline mcld::MsgHandler mcld::warning(unsigned int pID)
    [all...]
RealPath.h 11 #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 {
TargetSelect.h 15 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
19 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
23 #include "mcld/Config/Linkers.def" // NOLINT [build/include] [4]
28 #include "mcld/Config/Linkers.def" // NOLINT [build/include] [4]
32 namespace mcld { namespace
34 /// it wants access to all available targets that MCLD is configured to
40 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
44 /// wants access to all available target machines that MCLD is configured to
49 mcld::InitializeAllTargetInfos();
52 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 12 #include "mcld/LD/RelocData.h"
14 namespace mcld { namespace
63 } // namespace mcld
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 9 #include "mcld/GeneralOptions.h"
10 #include "mcld/MC/Input.h"
11 #include "mcld/MC/ZOption.h"
14 namespace mcld { namespace
173 } // namespace mcld
InputTree.cpp 9 #include "mcld/InputTree.h"
11 namespace mcld { namespace
77 } // namespace mcld
  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 9 #include "mcld/Fragment/Stub.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/Fragment/Relocation.h"
13 #include "mcld/LD/BranchIsland.h"
14 #include "mcld/LD/ResolveInfo.h"
18 namespace mcld { namespace
85 } // namespace mcld
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 9 #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
ELFReaderIf.cpp 9 #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
ELFSegmentFactory.cpp 9 #include "mcld/LD/ELFSegmentFactory.h"
10 #include "mcld/LD/ELFSegment.h"
12 namespace mcld { namespace
93 } // namespace mcld
LDContext.cpp 9 #include "mcld/LD/LDContext.h"
10 #include "mcld/LD/LDSection.h"
11 #include "mcld/LD/LDSymbol.h"
15 namespace mcld { namespace
97 } // namespace mcld
MergedStringTable.cpp 9 #include "mcld/LD/MergedStringTable.h"
11 namespace mcld { namespace
42 } // namespace mcld
RelocationFactory.cpp 9 #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
SectionData.cpp 9 #include "mcld/LD/SectionData.h"
11 #include "mcld/LD/LDSection.h"
12 #include "mcld/Support/GCFactory.h"
16 namespace mcld { namespace
47 } // namespace mcld
StubFactory.cpp 9 #include "mcld/LD/StubFactory.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/Fragment/FragmentRef.h"
13 #include "mcld/Fragment/Relocation.h"
14 #include "mcld/Fragment/Stub.h"
15 #include "mcld/LD/BranchIsland.h"
16 #include "mcld/LD/BranchIslandFactory.h"
17 #include "mcld/LD/LDSymbol.h"
18 #include "mcld/LD/ResolveInfo.h"
22 namespace mcld { namespace
    [all...]

Completed in 141 milliseconds

1 2 3 4 5 6 78 91011>>