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

1234567891011>>

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h12 #include <mcld/Target/GOT.h>
13 #include <mcld/Target/PLT.h>
14 #include <mcld/Support/MemoryRegion.h>
34 namespace mcld { namespace
79 } // namespace of mcld
H A DARMELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
H A DARMGNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
29 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp14 #include <mcld/LD/LDSection.h>
15 #include <mcld/LD/LDFileFormat.h>
16 #include <mcld/Support/MsgHandling.h>
18 namespace mcld { namespace
H A DHexagonELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
H A DHexagonGOT.h12 #include <mcld/Target/GOT.h>
14 namespace mcld { namespace
44 } // namespace of mcld
/frameworks/compile/mclinker/
H A Dmcld.mk5 MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk
6 MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk
/frameworks/compile/mclinker/unittests/
H A DPathSetTest.cpp9 #include "mcld/Support/PathSet.h"
12 using namespace mcld;
H A DDirIteratorTest.h14 namespace mcld { namespace
21 } // namespace for mcld
46 mcld::sys::fs::Directory *m_pDir;
/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp9 #include <mcld/Fragment/Fragment.h>
10 #include <mcld/LD/LDContext.h>
11 #include <mcld/LD/LDSection.h>
12 #include <mcld/LD/LDSymbol.h>
13 #include <mcld/LD/Relocator.h>
14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/SectionData.h>
16 #include <mcld/Support/Demangle.h>
17 #include <mcld/Support/MsgHandling.h>
18 #include <mcld/Modul
[all...]
H A DSectionSymbolSet.cpp9 #include <mcld/LD/SectionSymbolSet.h>
10 #include <mcld/LD/LDSection.h>
11 #include <mcld/LD/RelocData.h>
12 #include <mcld/LD/SectionData.h>
13 #include <mcld/LD/EhFrame.h>
14 #include <mcld/LD/ResolveInfo.h>
15 #include <mcld/LD/LDSymbol.h>
16 #include <mcld/LD/NamePool.h>
17 #include <mcld/Fragment/FragmentRef.h>
18 #include <mcld/L
[all...]
H A DDiagnosticEngine.cpp9 #include <mcld/LD/DiagnosticEngine.h>
10 #include <mcld/LD/DiagnosticPrinter.h>
11 #include <mcld/LD/DiagnosticLineInfo.h>
12 #include <mcld/LD/MsgHandler.h>
13 #include <mcld/LinkerConfig.h>
17 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/
H A DBitcodeOption.h12 #include <mcld/Support/Path.h>
14 namespace mcld { namespace
43 } // namespace of mcld
H A DLinkerScript.h14 #include <mcld/ADT/StringEntry.h>
15 #include <mcld/ADT/StringHash.h>
16 #include <mcld/ADT/HashTable.h>
17 #include <mcld/Object/SectionMap.h>
18 #include <mcld/MC/SearchDirs.h>
19 #include <mcld/Script/Assignment.h>
20 #include <mcld/Script/AssertCmd.h>
22 namespace mcld { namespace
100 } // namespace of mcld
H A DLinkerConfig.h14 #include <mcld/GeneralOptions.h>
15 #include <mcld/TargetOptions.h>
16 #include <mcld/BitcodeOption.h>
17 #include <mcld/AttributeOption.h>
18 #include <mcld/Support/Path.h>
22 namespace mcld { namespace
108 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DTargetFragment.h12 #include <mcld/Fragment/Fragment.h>
14 namespace mcld { namespace
38 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFBinaryReader.h12 #include <mcld/LD/BinaryReader.h>
14 namespace mcld { namespace
40 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h12 #include <mcld/Script/ScriptCommand.h>
15 namespace mcld namespace
43 } // namespace of mcld
H A DOutputArchCmd.h12 #include <mcld/Script/ScriptCommand.h>
15 namespace mcld namespace
43 } // namespace of mcld
H A DOutputCmd.h12 #include <mcld/Script/ScriptCommand.h>
15 namespace mcld namespace
44 } // namespace of mcld
H A DSearchDirCmd.h12 #include <mcld/Script/ScriptCommand.h>
15 namespace mcld namespace
43 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h11 #include <mcld/Target/GNUInfo.h>
15 namespace mcld { namespace
32 } // namespace of mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp11 #include <mcld/LD/ELFFileFormat.h>
13 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h11 #include <mcld/ADT/Uncopyable.h>
12 #include <mcld/MC/Input.h>
13 #include <mcld/Support/Path.h>
20 namespace mcld { namespace
50 find(const std::string& pNamespec, mcld::Input::Type pPreferType);
53 find(const std::string& pNamespec, mcld::Input::Type pPreferType) const;
76 } // namespace of mcld
/frameworks/compile/mclinker/lib/Script/
H A DScriptReader.cpp9 #include <mcld/Script/ScriptReader.h>
10 #include <mcld/Script/ScriptScanner.h>
11 #include <mcld/Script/ScriptFile.h>
12 #include <mcld/MC/Input.h>
13 #include <mcld/Support/MemoryArea.h>
20 using namespace mcld;

Completed in 350 milliseconds

1234567891011>>