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

1234567891011>>

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h12 #include "mcld/Target/ELFDynamic.h"
14 namespace mcld { namespace
26 } // namespace mcld
/frameworks/compile/mclinker/templates/
H A DheaderTest.h14 namespace mcld { namespace
37 } // namespace of mcld
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.h14 namespace mcld { namespace
35 } // namespace of mcld
H A DFragmentRefTest.h15 namespace mcld { namespace
18 } // namespace for mcld
H A DGraphTest.h14 namespace mcld { namespace
33 } // namespace of mcld
H A DLDSymbolTest.h15 namespace mcld { namespace
18 } // namespace for mcld
H A DLinkerTest.h14 namespace mcld { namespace
36 } // namespace for mcld
H A DSectionDataTest.h14 namespace mcld { namespace
16 } // namespace for mcld
H A DSystemUtilsTest.h14 namespace mcld { namespace
33 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DDynObjReader.h11 #include "mcld/LD/LDReader.h"
13 namespace mcld { namespace
34 } // namespace mcld
H A DELFBinaryReader.h12 #include "mcld/LD/BinaryReader.h"
14 namespace mcld { namespace
38 } // namespace mcld
H A DELFDynObjReader.h11 #include "mcld/LD/DynObjReader.h"
13 namespace mcld { namespace
45 } // namespace mcld
H A DGNUArchiveReader.h12 #include "mcld/LD/Archive.h"
13 #include "mcld/LD/ArchiveReader.h"
15 namespace mcld { namespace
93 } // namespace mcld
H A DStubFactory.h16 namespace mcld { namespace
61 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Script/InputToken.h"
14 #include "mcld/Support/Allocators.h"
16 namespace mcld { namespace
42 } // namespace mcld
H A DNameSpec.h12 #include "mcld/Config/Config.h"
13 #include "mcld/Script/InputToken.h"
14 #include "mcld/Support/Allocators.h"
16 namespace mcld { namespace
42 } // namespace mcld
H A DRpnEvaluator.h14 namespace mcld { namespace
35 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h12 #include "mcld/Config/Config.h"
18 namespace mcld { namespace
40 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp9 #include "mcld/LD/ELFFileFormat.h"
10 #include "mcld/Object/ObjectBuilder.h"
11 #include "mcld/Target/GNULDBackend.h"
15 namespace mcld { namespace
237 } // namespace mcld
/frameworks/compile/mclinker/lib/MC/
H A DInputAction.cpp9 #include "mcld/MC/InputAction.h"
11 namespace mcld { namespace
22 } // namespace mcld
/frameworks/compile/mclinker/lib/Script/
H A DNullaryOp.cpp9 #include "mcld/Script/NullaryOp.h"
11 #include "mcld/Script/Operand.h"
12 #include "mcld/Target/TargetLDBackend.h"
14 namespace mcld { namespace
45 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Diagnostic.cpp9 #include "mcld/LD/DWARFLineInfo.h"
10 #include "mcld/Support/TargetRegistry.h"
13 namespace mcld { namespace
18 DiagnosticLineInfo* createAArch64DiagLineInfo(const mcld::Target& pTarget,
23 } // namespace mcld
30 mcld::TargetRegistry::RegisterDiagnosticLineInfo(
31 mcld::TheAArch64Target, mcld::createAArch64DiagLineInfo);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMDiagnostic.cpp9 #include "mcld/LD/DWARFLineInfo.h"
10 #include "mcld/Support/TargetRegistry.h"
13 namespace mcld { namespace
17 DiagnosticLineInfo* createARMDiagLineInfo(const mcld::Target& pTarget,
22 } // namespace mcld
29 mcld::TargetRegistry::RegisterDiagnosticLineInfo(mcld::TheARMTarget,
30 mcld::createARMDiagLineInfo);
31 mcld::TargetRegistry::RegisterDiagnosticLineInfo(mcld
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNUInfo.cpp9 #include "mcld/Target/GNUInfo.h"
11 namespace mcld { namespace
30 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonDiagnostic.cpp9 #include "mcld/LD/DWARFLineInfo.h"
10 #include "mcld/Support/TargetRegistry.h"
13 namespace mcld { namespace
24 } // namespace mcld
31 mcld::TargetRegistry::RegisterDiagnosticLineInfo(
32 mcld::TheHexagonTarget, mcld::createHexagonDiagLineInfo);

Completed in 218 milliseconds

1234567891011>>