HomeSort by relevance Sort by last modified time
    Searched defs:mcld (Results 26 - 50 of 431) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 12 #include "mcld/LD/LDContext.h"
13 #include "mcld/Support/UniqueGCFactory.h"
14 #include "mcld/Support/Path.h"
16 namespace mcld { namespace
41 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 11 #include "mcld/LD/EhFrame.h"
12 #include "mcld/LD/LDFileFormat.h"
18 namespace mcld { namespace
27 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
36 /// CreateSection - To create an output LDSection in mcld::Module.
42 /// @ref mcld::Module.
44 /// To create an input LDSection in mcld::LDContext, use @ref
57 /// MergeSection - merge the pInput section to mcld::Module.
59 /// output section of mcld::Module.
99 } // namespace mcld
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
FileToken.h 12 #include "mcld/Config/Config.h"
13 #include "mcld/Script/InputToken.h"
14 #include "mcld/Support/Allocators.h"
16 namespace mcld { namespace
42 } // namespace mcld
NameSpec.h 12 #include "mcld/Config/Config.h"
13 #include "mcld/Script/InputToken.h"
14 #include "mcld/Support/Allocators.h"
16 namespace mcld { namespace
42 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 12 #include "mcld/Support/Compiler.h"
17 namespace mcld { namespace
49 } // namespace mcld
MemoryAreaFactory.h 11 #include "mcld/Support/FileHandle.h"
12 #include "mcld/Support/GCFactory.h"
13 #include "mcld/Support/MemoryArea.h"
14 #include "mcld/Support/Path.h"
18 namespace mcld { namespace
26 * mcld::Input should not create MemoryArea directly. Instead, it should ask
30 * constructor and destructor of MCLDFile. For mcld::Output, MCLinker
32 * aside, mcld::Input opens the file at constructor. In order to hide the
66 } // namespace mcld
raw_ostream.h 16 namespace mcld { namespace
59 mcld::raw_fd_ostream& outs();
63 mcld::raw_fd_ostream& errs();
65 } // namespace mcld
  /frameworks/compile/mclinker/include/mcld/Target/
DarwinLDBackend.h 12 namespace mcld { namespace
22 } // namespace mcld
  /frameworks/compile/mclinker/lib/Core/
AttributeOption.cpp 9 #include "mcld/AttributeOption.h"
11 namespace mcld { namespace
22 } // namespace mcld
  /frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp 9 #include "mcld/Fragment/AlignFragment.h"
10 #include "mcld/LD/SectionData.h"
14 namespace mcld { namespace
42 } // namespace mcld
  /frameworks/compile/mclinker/lib/LD/
ArchiveReader.cpp 9 #include "mcld/LD/ArchiveReader.h"
11 namespace mcld { namespace
21 } // namespace mcld
BinaryReader.cpp 9 #include "mcld/LD/BinaryReader.h"
11 namespace mcld { namespace
19 } // namespace mcld
ELFFileFormat.cpp 9 #include "mcld/LD/ELFFileFormat.h"
10 #include "mcld/Object/ObjectBuilder.h"
11 #include "mcld/Target/GNULDBackend.h"
15 namespace mcld { namespace
237 } // namespace mcld
LDFileFormat.cpp 9 #include "mcld/LD/LDFileFormat.h"
11 namespace mcld { namespace
26 } // namespace mcld
ObjectWriter.cpp 9 #include "mcld/LD/ObjectWriter.h"
11 namespace mcld { namespace
21 } // namespace mcld
Resolver.cpp 9 #include "mcld/LD/Resolver.h"
11 namespace mcld { namespace
18 } // namespace mcld
  /frameworks/compile/mclinker/lib/MC/
Input.cpp 9 #include "mcld/MC/Input.h"
11 #include "mcld/MC/Attribute.h"
12 #include "mcld/LD/LDContext.h"
14 namespace mcld { namespace
17 // mcld::Input
79 } // namespace mcld
InputAction.cpp 9 #include "mcld/MC/InputAction.h"
11 namespace mcld { namespace
22 } // namespace mcld
  /frameworks/compile/mclinker/lib/Script/
InputToken.cpp 9 #include "mcld/Script/InputToken.h"
11 namespace mcld { namespace
26 } // namespace mcld
NullaryOp.cpp 9 #include "mcld/Script/NullaryOp.h"
11 #include "mcld/Script/Operand.h"
12 #include "mcld/Target/TargetLDBackend.h"
14 namespace mcld { namespace
45 } // namespace mcld
ScriptCommand.cpp 9 #include "mcld/Script/ScriptCommand.h"
11 namespace mcld { namespace
19 } // namespace mcld
UnaryOp.cpp 9 #include "mcld/Script/UnaryOp.h"
11 #include "mcld/LD/LDSection.h"
12 #include "mcld/Object/SectionMap.h"
13 #include "mcld/Script/Operand.h"
14 #include "mcld/Module.h"
20 namespace mcld { namespace
184 } // namespace mcld
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64.h 17 namespace mcld { namespace
22 extern mcld::Target TheAArch64Target;
27 } // namespace mcld
AArch64Diagnostic.cpp 9 #include "mcld/LD/DWARFLineInfo.h"
10 #include "mcld/Support/TargetRegistry.h"
13 namespace mcld { namespace
18 DiagnosticLineInfo* createAArch64DiagLineInfo(const mcld::Target& pTarget,
23 } // namespace mcld
30 mcld::TargetRegistry::RegisterDiagnosticLineInfo(
31 mcld::TheAArch64Target, mcld::createAArch64DiagLineInfo);
AArch64ELFDynamic.h 12 #include "mcld/Target/ELFDynamic.h"
14 namespace mcld { namespace
26 } // namespace mcld

Completed in 4091 milliseconds

12 3 4 5 6 7 8 91011>>