Searched refs:mcld (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/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
H A DX86LDBackend.h16 #include <mcld/LD/LDSection.h>
17 #include <mcld/Target/GNULDBackend.h>
18 #include <mcld/Target/OutputRelocSection.h>
20 namespace mcld { namespace
257 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
160 } // namespace of mcld
168 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
169 mcld::sys::fs::Path,
172 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DFileHandle.h14 #include <mcld/Support/Path.h>
15 #include <mcld/ADT/Flags.h>
18 namespace mcld namespace
138 } // namespace of mcld
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
20 #include "mcld/Support/PathCache.h"
21 #include <mcld/Config/Config.h>
26 namespace mcld { namespace
88 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
119 } // namespace of mcld
H A DPositionDependentOption.h17 namespace mcld namespace
66 } // namespace of mcld
H A DSpace.h17 #include <mcld/ADT/TypeTraits.h>
19 namespace mcld namespace
101 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h15 #include <mcld/ADT/HashEntry.h>
16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/ADT/StringHash.h>
18 #include <mcld/Support/GCFactory.h>
19 #include <mcld/MC/InputTree.h>
24 namespace mcld namespace
240 } // namespace of mcld
H A DDiagnosticInfos.h16 namespace mcld { namespace
21 #include "mcld/LD/DiagCommonKinds.inc"
22 #include "mcld/LD/DiagReaders.inc"
23 #include "mcld/LD/DiagSymbolResolutions.inc"
24 #include "mcld/LD/DiagRelocations.inc"
25 #include "mcld/LD/DiagLayouts.inc"
26 #include "mcld/LD/DiagGOTPLT.inc"
53 } // namespace of mcld
H A DLDContext.h16 #include <mcld/LD/LDFileFormat.h>
25 namespace mcld namespace
102 } // namespace of mcld
H A DSectionData.h19 #include <mcld/LD/Fragment.h>
21 namespace mcld namespace
77 } // namespace of mcld
/frameworks/compile/libbcc/
H A Dlibbcc.mk50 include $(MCLD_ROOT_PATH)/mcld.mk
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h14 #include "mcld/Support/GCFactory.h"
15 #include "mcld/MC/MCLDInput.h"
17 namespace mcld namespace
53 } // namespace of mcld
H A DMCLDDirectory.h14 #include "mcld/Support/Directory.h"
15 #include "mcld/Support/FileSystem.h"
19 namespace mcld namespace
50 } // namespace of mcld
/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp9 #include <mcld/LD/LDContext.h>
10 #include <mcld/LD/LDSection.h>
11 #include <mcld/LD/LDSymbol.h>
14 using namespace mcld;
H A DResolveInfoFactory.cpp9 #include "mcld/LD/ResolveInfoFactory.h"
13 using namespace mcld;
H A DGNUArchiveReader.cpp9 #include <mcld/MC/MCLDInfo.h>
10 #include <mcld/MC/MCLDInput.h>
11 #include <mcld/MC/InputTree.h>
12 #include <mcld/LD/GNUArchiveReader.h>
13 #include <mcld/LD/ResolveInfo.h>
14 #include <mcld/LD/ELFObjectReader.h>
15 #include <mcld/Support/FileSystem.h>
16 #include <mcld/Support/FileHandle.h>
17 #include <mcld/Support/MemoryArea.h>
18 #include <mcld/Suppor
[all...]
H A DELFSegmentFactory.cpp9 #include <mcld/LD/ELFSegmentFactory.h>
11 using namespace mcld;
H A DELFReader.cpp15 #include <mcld/MC/MCLinker.h>
16 #include <mcld/LD/ELFReader.h>
17 #include <mcld/Target/GNULDBackend.h>
18 #include <mcld/Support/MemoryArea.h>
19 #include <mcld/Support/MemoryRegion.h>
20 #include <mcld/Support/MsgHandling.h>
23 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp9 #include <mcld/MC/MCLDAttribute.h>
10 #include <mcld/MC/AttributeFactory.h>
11 #include <mcld/Support/MsgHandling.h>
13 using namespace mcld;
H A DMCLDInput.cpp9 #include "mcld/MC/MCLDInput.h"
10 #include "mcld/MC/MCLDAttribute.h"
12 using namespace mcld;
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h13 #include "mcld/Support/Allocators.h"
68 mcld::LinearAllocator<Data,0>* m_pTestee;
H A DMCRegionFragmentTest.cpp12 #include "mcld/MC/MCRegionFragment.h"
13 #include "mcld/Support/MemoryAreaFactory.h"
14 #include "mcld/Support/Path.h"
16 using namespace mcld;
18 using namespace mcld::sys::fs;
H A DMemoryAreaTest.cpp9 #include <mcld/Support/FileHandle.h>
10 #include <mcld/Support/FileSystem.h>
11 #include <mcld/Support/MemoryArea.h>
12 #include <mcld/Support/MemoryRegion.h>
13 #include <mcld/Support/MemoryAreaFactory.h>
14 #include <mcld/Support/Path.h>
20 using namespace mcld;
21 using namespace mcld::sys::fs;
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h20 #include <mcld/Support/PositionDependentOption.h>
29 namespace mcld namespace

Completed in 1012 milliseconds

<<1112131415