Searched refs:mcld (Results 26 - 50 of 533) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Diagnostic.cpp9 #include <mcld/Support/TargetRegistry.h>
10 #include <mcld/LD/DWARFLineInfo.h>
13 using namespace mcld;
15 namespace mcld { namespace
20 DiagnosticLineInfo* createAArch64DiagLineInfo(const mcld::Target& pTarget,
26 } // namespace of mcld
33 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheAArch64Target,
H A DAArch64TargetMachine.cpp12 #include <mcld/Support/TargetRegistry.h>
14 using namespace mcld;
18 const mcld::Target &pMCLDTarget,
27 // Register createTargetMachine function pointer to mcld::Target
28 mcld::RegisterTargetMachine<mcld::AArch64BaseTargetMachine> X(mcld::TheAArch64Target);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp11 #include <mcld/Support/TargetRegistry.h>
14 // Register createTargetMachine function pointer to mcld::Target
15 mcld::RegisterTargetMachine<mcld::HexagonTargetMachine>
16 X(mcld::TheHexagonTarget);
19 using namespace mcld;
26 const mcld::Target& pMCLDTarget,
H A DHexagonDiagnostic.cpp9 #include <mcld/Support/TargetRegistry.h>
10 #include <mcld/LD/DWARFLineInfo.h>
13 namespace mcld { namespace
25 } // namespace of mcld
27 using namespace mcld;
34 mcld::TargetRegistry::RegisterDiagnosticLineInfo(TheHexagonTarget,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsTargetMachine.cpp11 #include <mcld/Support/TargetRegistry.h>
13 typedef mcld::RegisterTargetMachine<mcld::MipsBaseTargetMachine> RegMipsTarget;
16 RegMipsTarget X1(mcld::TheMipselTarget);
17 RegMipsTarget X2(mcld::TheMips64elTarget);
20 using namespace mcld;
27 const mcld::Target &pMCLDTarget,
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp9 #include <mcld/PreferenceOptions.h>
10 #include <mcld/TripleOptions.h>
11 #include <mcld/DynamicSectionOptions.h>
12 #include <mcld/OutputFormatOptions.h>
13 #include <mcld/SearchPathOptions.h>
14 #include <mcld/OptimizationOptions.h>
15 #include <mcld/SymbolOptions.h>
16 #include <mcld/TargetControlOptions.h>
17 #include <mcld/ScriptOptions.h>
18 #include <mcld/PositionalOption
[all...]
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.h13 #include <mcld/MC/ContextFactory.h>
14 #include <mcld/Support/MemoryAreaFactory.h>
16 namespace mcld { namespace
46 mcld::LinkerConfig* m_pConfig;
48 mcld::InputFactory* m_pAlloc;
49 mcld::InputBuilder* m_pBuilder;
50 mcld::MemoryAreaFactory m_MemFactory;
51 mcld::ContextFactory m_ContextFactory;
53 mcld::InputTree* m_pTestee;
57 } // namespace of mcld
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFMCLinker.cpp9 #include <mcld/Target/ELFMCLinker.h>
11 using namespace mcld;
17 mcld::Module& pModule,
H A DTargetLDBackend.cpp9 #include <mcld/Target/TargetLDBackend.h>
10 #include <mcld/LinkerConfig.h>
12 using namespace mcld;
/frameworks/compile/mclinker/lib/Script/
H A DOutputCmd.cpp9 #include <mcld/Script/OutputCmd.h>
10 #include <mcld/Support/raw_ostream.h>
11 #include <mcld/LinkerScript.h>
12 #include <mcld/Module.h>
14 using namespace mcld;
31 mcld::outs() << "OUTPUT ( " << m_OutputFile << " )\n";
H A DSearchDirCmd.cpp9 #include <mcld/Script/SearchDirCmd.h>
10 #include <mcld/Support/raw_ostream.h>
11 #include <mcld/LinkerScript.h>
12 #include <mcld/Module.h>
14 using namespace mcld;
31 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
H A DAssertCmd.cpp9 #include <mcld/Script/AssertCmd.h>
10 #include <mcld/Script/RpnExpr.h>
11 #include <mcld/Support/raw_ostream.h>
12 #include <mcld/Module.h>
13 #include <mcld/LinkerScript.h>
15 using namespace mcld;
38 mcld::outs() << "Assert ( ";
42 mcld::outs() << " , " << m_Message << " )\n";
/frameworks/compile/mclinker/include/mcld/LD/
H A DDWARFLineInfo.h11 #include <mcld/LD/DiagnosticLineInfo.h>
13 namespace mcld namespace
25 } // namespace of mcld
H A DDiagnosticLineInfo.h12 namespace mcld namespace
23 } // namespace of mcld
H A DDynObjFileFormat.h12 namespace mcld namespace
23 } // namespace of mcld
H A DGroup.h12 namespace mcld namespace
22 } // namespace of mcld
/frameworks/compile/mclinker/lib/Core/
H A DBitcodeOption.cpp9 #include <mcld/BitcodeOption.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/Fragment/
H A DNullFragment.cpp9 #include <mcld/Fragment/NullFragment.h>
11 using namespace mcld;
/frameworks/compile/mclinker/lib/MC/
H A DInputAction.cpp9 #include <mcld/MC/InputAction.h>
11 using namespace mcld;
H A DZOption.cpp9 #include <mcld/MC/ZOption.h>
11 using namespace mcld;
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DGraphBasicTypes.h12 namespace mcld { namespace
26 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/
H A DEnvironment.h12 namespace mcld { namespace
18 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h11 #include <mcld/LD/MsgHandler.h>
13 namespace mcld { namespace
36 } // namespace of mcld
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID)
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID)
51 inline mcld::MsgHandler mcld::error(unsigned int pID)
56 inline mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DDarwinLDBackend.h12 namespace mcld namespace
25 } // namespace of mcld
/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp9 #include <mcld/MC/Input.h>
10 #include <mcld/LD/BSDArchiveReader.h>
11 #include <mcld/LD/Archive.h>
13 using namespace mcld;

Completed in 6296 milliseconds

1234567891011>>