Searched refs:mcld (Results 176 - 200 of 367) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFDynObjReader.h14 #include <mcld/LD/DynObjReader.h>
17 namespace mcld namespace
48 } // namespace of mcld
H A DFillFragment.h17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
53 } // namespace of mcld
H A DTargetFragment.h16 #include <mcld/LD/Fragment.h>
18 namespace mcld namespace
46 } // namespace of mcld
H A DTextDiagnosticPrinter.h14 #include <mcld/LD/DiagnosticPrinter.h>
17 namespace mcld namespace
47 } // namespace of mcld
H A DDynObjReader.h14 #include "mcld/LD/LDReader.h"
17 namespace mcld namespace
42 } // namespace of mcld
H A DFragmentRef.h15 #include <mcld/ADT/SizeTraits.h>
16 #include <mcld/ADT/TypeTraits.h>
17 #include <mcld/LD/Fragment.h>
19 namespace mcld namespace
83 } // namespace of mcld
H A DLDReader.h17 namespace mcld namespace
44 } // namespace of mcld
H A DObjectWriter.h16 namespace mcld namespace
36 } // namespace of mcld
H A DResolveInfoFactory.h14 #include "mcld/LD/ResolveInfo.h"
16 namespace mcld namespace
34 } // 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
/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp9 #include <mcld/LD/ELFSegment.h>
11 using namespace mcld;
H A DLDSection.cpp9 #include <mcld/LD/LDSection.h>
11 using namespace mcld;
H A DLDSymbol.cpp10 #include <mcld/LD/LDSymbol.h>
14 using namespace mcld;
H A DRelocationFactory.cpp10 #include <mcld/LD/RelocationFactory.h>
17 #include <mcld/Target/GOT.h>
18 #include <mcld/Target/TargetLDBackend.h>
20 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp10 #include <mcld/Target/GOT.h>
15 using namespace mcld;
H A DOutputRelocSection.cpp10 #include <mcld/Target/OutputRelocSection.h>
14 #include <mcld/LD/LDSection.h>
15 #include <mcld/Support/MsgHandling.h>
17 using namespace mcld;
H A DTargetLDBackend.cpp9 #include "mcld/LD/Relocation.h"
10 #include "mcld/LD/Layout.h"
11 #include "mcld/Target/TargetLDBackend.h"
13 using namespace mcld;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h15 #include <mcld/Target/ELFDynamic.h>
17 namespace mcld { namespace
39 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp9 #include <mcld/Support/TargetSelect.h>
10 #include <mcld/LD/StaticResolver.h>
11 #include <mcld/LD/ResolveInfo.h>
12 #include <mcld/LD/ResolveInfoFactory.h>
13 #include <mcld/LD/DiagnosticPrinter.h>
14 #include <mcld/LD/DiagnosticLineInfo.h>
15 #include <mcld/LD/TextDiagnosticPrinter.h>
16 #include <mcld/Support/MsgHandling.h>
17 #include <mcld/MC/MCLDInfo.h>
21 #include <mcld/Suppor
[all...]
H A DFragmentRefTest.h15 namespace mcld namespace
19 } // namespace for mcld
H A DFragmentTest.cpp11 #include <mcld/LD/Fragment.h>
12 #include <mcld/LD/SectionData.h>
13 #include <mcld/LD/LDSection.h>
15 using namespace mcld;
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp13 #include <mcld/Support/FileHandle.h>
14 #include <mcld/MC/InputTree.h>
15 #include <mcld/MC/MCLDDriver.h>
16 #include <mcld/Support/FileSystem.h>
17 #include <mcld/Support/MsgHandling.h>
18 #include <mcld/Support/FileHandle.h>
19 #include <mcld/Support/raw_ostream.h>
20 #include <mcld/Support/MemoryAreaFactory.h>
21 #include <mcld/Support/DerivedPositionDependentOptions.h>
22 #include <mcld/Targe
[all...]
H A DSectLinkerOption.cpp9 #include "mcld/CodeGen/SectLinkerOption.h"
10 #include "mcld/Support/DerivedPositionDependentOptions.h"
11 #include "mcld/Support/RealPath.h"
13 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp9 #include "mcld/MC/MCLDAttribute.h"
10 #include "mcld/MC/AttributeFactory.h"
12 using namespace mcld;
18 m_AttrSet.push_back(new mcld::Attribute());
25 m_AttrSet.push_back(new mcld::Attribute());
86 void AttributeFactory::record(mcld::Attribute &pAttr)
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp15 #include <mcld/LD/LDFileFormat.h>
16 #include <mcld/LD/SectionData.h>
17 #include <mcld/Support/MsgHandling.h>
23 using namespace mcld;

Completed in 55 milliseconds

1234567891011>>