Searched defs:mcld (Results 126 - 150 of 192) sorted by relevance

12345678

/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h20 namespace mcld namespace
149 } // namespace of mcld
H A DTreeAllocator.h15 #include "mcld/Support/GCFactory.h"
16 #include "mcld/ADT/TreeBase.h"
18 namespace mcld namespace
22 * \brief NodeFactory manages the creation and destruction of mcld::Node.
95 } // namespace of mcld
H A DHashBase.h17 namespace mcld { namespace
136 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DAlignFragment.h15 #include <mcld/LD/Fragment.h>
17 namespace mcld namespace
66 } // namespace of mcld
H A DLDContext.h16 #include <mcld/LD/LDFileFormat.h>
25 namespace mcld namespace
102 } // namespace of mcld
H A DRelocation.h17 #include <mcld/LD/Fragment.h>
18 #include <mcld/LD/FragmentRef.h>
19 #include <mcld/LD/ResolveInfo.h>
20 #include <mcld/LD/LDSymbol.h>
23 namespace mcld namespace
114 } // namespace of mcld
H A DResolver.h17 namespace mcld namespace
79 } // namespace of mcld
H A DSectionMerger.h18 #include <mcld/LD/LDSection.h>
19 #include <mcld/LD/LDContext.h>
20 #include <mcld/LD/SectionMap.h>
22 namespace mcld namespace
95 } // namespace of mcld
H A DELFReader.h19 #include <mcld/MC/MCLDInfo.h>
20 #include <mcld/MC/MCLDInput.h>
21 #include <mcld/MC/MCLinker.h>
22 #include <mcld/LD/Fragment.h>
23 #include <mcld/LD/FillFragment.h>
24 #include <mcld/LD/AlignFragment.h>
25 #include <mcld/LD/RegionFragment.h>
26 #include <mcld/LD/ResolveInfo.h>
27 #include <mcld/LD/LDContext.h>
28 #include <mcld/Targe
32 namespace mcld namespace
[all...]
H A DEhFrame.h16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/LD/CIE.h>
18 #include <mcld/LD/FDE.h>
19 #include <mcld/LD/RegionFragment.h>
20 #include <mcld/Support/GCFactory.h>
22 namespace mcld namespace
141 } // namespace of mcld
H A DFragment.h20 namespace mcld namespace
75 } // namespace of mcld
H A DLDFileFormat.h18 namespace mcld namespace
112 } // namespace of mcld
H A DLDSymbol.h17 #include <mcld/ADT/Uncopyable.h>
18 #include <mcld/LD/ResolveInfo.h>
19 #include <mcld/LD/FragmentRef.h>
21 namespace mcld namespace
125 } // namespace mcld
H A DLayout.h21 #include <mcld/LD/FragmentRef.h>
22 #include <mcld/LD/LDSection.h>
23 #include <mcld/LD/SectionData.h>
24 #include <mcld/MC/MCLDInfo.h>
25 #include <mcld/Support/GCFactory.h>
27 namespace mcld namespace
269 } // namespace of mcld
H A DSectionData.h19 #include <mcld/LD/Fragment.h>
21 namespace mcld namespace
77 } // namespace of mcld
H A DSectionMap.h19 namespace mcld namespace
100 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h15 #include "mcld/Support/GCFactory.h"
19 namespace mcld namespace
91 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h15 #include <mcld/LD/LDSection.h>
16 #include <mcld/LD/TargetFragment.h>
18 namespace mcld namespace
102 } // namespace of mcld
H A DPLT.h17 #include <mcld/LD/LDSection.h>
18 #include <mcld/LD/TargetFragment.h>
20 namespace mcld namespace
85 } // namespace of mcld
H A DTargetMachine.h16 #include "mcld/MC/MCLDFile.h"
28 namespace mcld namespace
45 /** \class mcld::LLVMTargetMachine
46 * \brief mcld::LLVMTargetMachine is a object adapter of
49 * mcld::LLVMTargetMachine is also in charge of MCLDInfo.
59 const mcld::Target &pTarget,
64 const mcld::Target& getTarget() const;
70 /// getLDInfo - return the mcld::MCLDInfo
71 virtual mcld::MCLDInfo& getLDInfo() = 0;
72 virtual const mcld
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h17 #include <mcld/Target/GOT.h>
18 #include <mcld/LD/SectionData.h>
20 namespace mcld namespace
86 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h14 #include <mcld/Target/PLT.h>
15 #include <mcld/LD/SectionData.h>
17 namespace mcld { namespace
96 } // namespace of mcld
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h22 namespace mcld { namespace
37 } // end namespace mcld
66 mcld::TargetLDBackend *mBackend;
67 mcld::MCLDDriver *mDriver;
69 mcld::MCLDInfo *mLDInfo;
70 mcld::TreeIteratorBase *mRoot;
100 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
102 mcld::Input& pInput);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInfo.h17 #include <mcld/Support/FileSystem.h>
18 #include <mcld/MC/MCLDOutput.h>
19 #include <mcld/MC/MCLDOptions.h>
20 #include <mcld/MC/InputTree.h>
21 #include <mcld/MC/AttributeFactory.h>
22 #include <mcld/MC/ContextFactory.h>
23 #include <mcld/LD/NamePool.h>
28 namespace mcld namespace
134 } // namespace of mcld
H A DMCLDInput.h20 #include "mcld/MC/MCLDFile.h"
22 namespace mcld namespace
84 } // namespace of mcld

Completed in 6239 milliseconds

12345678