Searched defs:mcld (Results 51 - 75 of 228) sorted by relevance

12345678910

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h14 #include <mcld/LD/LDFileFormat.h>
15 #include <mcld/LD/EhFrame.h>
21 namespace mcld { namespace
32 * \brief ObjectBuilder recieve ObjectAction and build the mcld::Module.
43 /// CreateSection - To create an output LDSection in mcld::Module.
48 /// @ref mcld::Module.
50 /// To create an input LDSection in mcld::LDContext, use @ref LDSection::Create().
62 /// MergeSection - merge the pInput section to mcld::Module.
64 /// output section of mcld::Module.
100 } // namespace of mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h16 #include <mcld/Config/Config.h>
19 namespace mcld { namespace
41 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMDiagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
20 namespace mcld { namespace
24 DiagnosticLineInfo* createARMDiagLineInfo(const mcld::Target& pTarget,
30 } // namespace of mcld
36 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheARMTarget, createARMDiagLineInfo);
37 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheThumbTarget, createARMDiagLineInfo);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonDiagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
16 namespace mcld { namespace
27 } // namespace of mcld
34 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheHexagonTarget,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsDiagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
17 namespace mcld { namespace
21 DiagnosticLineInfo* createMipsDiagLineInfo(const mcld::Target& pTarget,
27 } // namespace of mcld
33 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheMipselTarget, createMipsDiagLineInfo);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Diagnostic.cpp10 #include <mcld/Support/TargetRegistry.h>
11 #include <mcld/LD/DWARFLineInfo.h>
14 using namespace mcld;
20 namespace mcld { namespace
24 DiagnosticLineInfo* createX86DiagLineInfo(const mcld::Target& pTarget,
30 } // namespace of mcld
36 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheX86_32Target, createX86DiagLineInfo);
37 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheX86_64Target, createX86DiagLineInfo);
H A DX86GOTPLT.h19 namespace mcld { namespace
62 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.h12 #include "mcld/ADT/BinTree.h"
16 namespace mcld namespace
20 } // namespace for mcld
46 mcld::BinaryTree<int>* m_pTestee;
H A DFileHandleTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::FileHandle* m_pTestee;
H A DFragmentTest.h14 namespace mcld namespace
18 } // namespace for mcld
24 * \brief Unit test for mcld::Fragment.
44 mcld::Fragment* m_pTestee;
H A DMCRegionFragmentTest.h15 namespace mcld namespace
19 } // namespace for mcld
45 mcld::MCRegionFragment* m_pTestee;
H A DMemoryAreaTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::MemoryArea* m_pTestee;
H A DNamePoolTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::NamePool* m_pTestee;
H A DPathSetTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::PathSet* m_pTestee;
H A DStringTableTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::StringTable* m_pTestee;
H A DSymbolCategoryTest.h14 namespace mcld namespace
18 } // namespace for mcld
44 mcld::SymbolCategory* m_pTestee;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentLinker.h22 #include <mcld/LinkerConfig.h>
23 #include <mcld/LD/LDFileFormat.h>
24 #include <mcld/LD/LDSymbol.h>
25 #include <mcld/Fragment/Relocation.h>
26 #include <mcld/MC/MCLDInput.h>
28 namespace mcld { namespace
75 } // namespace of mcld
H A DNullFragment.h15 #include <mcld/Fragment/Fragment.h>
17 namespace mcld { namespace
40 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DBinaryReader.h14 #include "mcld/LD/LDReader.h"
17 namespace mcld { namespace
42 } // namespace of mcld
H A DDiagnostic.h17 #include <mcld/LD/DiagnosticEngine.h>
19 namespace mcld { namespace
99 } // namespace of mcld
H A DELFBinaryReader.h15 #include <mcld/LD/BinaryReader.h>
17 namespace mcld { namespace
45 } // namespace of mcld
H A DELFObjectFileFormat.h14 #include <mcld/LD/ELFFileFormat.h>
16 namespace mcld { namespace
31 } // namespace of mcld
H A DEhFrameHdr.h14 #include <mcld/ADT/SizeTraits.h>
17 #include <mcld/LD/EhFrame.h>
18 namespace mcld { namespace
73 } // namespace of mcld
H A DTextDiagnosticPrinter.h14 #include <mcld/LD/DiagnosticPrinter.h>
17 namespace mcld namespace
47 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/MC/
H A DFileAction.h14 #include <mcld/MC/InputAction.h>
15 #include <mcld/Support/FileHandle.h>
17 namespace mcld { namespace
50 } // end of namespace mcld

Completed in 248 milliseconds

12345678910