HomeSort by relevance Sort by last modified time
    Searched refs:LinkerConfig (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /frameworks/compile/mclinker/include/mcld/Target/
ELFEmulation.h 17 class LinkerConfig;
20 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 1 //===- LinkerConfig.cpp ---------------------------------------------------===//
9 #include <mcld/LinkerConfig.h>
17 // LinkerConfig
19 LinkerConfig::LinkerConfig()
31 LinkerConfig::LinkerConfig(const std::string& pTripleString)
43 LinkerConfig::~LinkerConfig()
49 const char* LinkerConfig::version(
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFMCLinker.cpp 10 #include <mcld/LinkerConfig.h>
14 HexagonELFMCLinker::HexagonELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFMCLinker.cpp 10 #include <mcld/LinkerConfig.h>
14 MipsELFMCLinker::MipsELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Target/
TargetLDBackend.cpp 10 #include <mcld/LinkerConfig.h>
14 TargetLDBackend::TargetLDBackend(const LinkerConfig& pConfig)
ELFMCLinker.cpp 10 #include <mcld/LinkerConfig.h>
19 ELFMCLinker::ELFMCLinker(LinkerConfig& pConfig,
ELFEmulation.cpp 11 #include <mcld/LinkerConfig.h>
65 bool mcld::MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig)
66 // FIXME: LinkerConfig& pConfig should be constant
69 if (pConfig.codeGenType() != LinkerConfig::Object) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFMCLinker.cpp 10 #include <mcld/LinkerConfig.h>
14 X86ELFMCLinker::X86ELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticInfos.h 32 class LinkerConfig;
41 DiagnosticInfos(const LinkerConfig& pConfig);
50 const LinkerConfig& m_Config;
ELFBinaryReader.h 23 class LinkerConfig;
33 const LinkerConfig& pConfig);
42 const LinkerConfig& m_Config;
TextDiagnosticPrinter.h 20 class LinkerConfig;
28 TextDiagnosticPrinter(llvm::raw_ostream& pOStream, const LinkerConfig& pConfig);
37 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig);
43 const LinkerConfig& m_Config;
ELFObjectWriter.h 22 class LinkerConfig;
41 ELFObjectWriter(GNULDBackend& pBackend, const LinkerConfig& pConfig);
56 void writeELFHeader(const LinkerConfig& pConfig,
60 uint64_t getEntryPoint(const LinkerConfig& pConfig,
66 const LinkerConfig& pConfig,
81 void emitRelocation(const LinkerConfig& pConfig,
87 void emitRel(const LinkerConfig& pConfig,
93 void emitRela(const LinkerConfig& pConfig,
103 const LinkerConfig& pConfig) const;
120 const LinkerConfig& m_Config
    [all...]
RelocationFactory.h 21 class LinkerConfig;
39 void setConfig(const LinkerConfig& pConfig);
57 const LinkerConfig* m_pConfig;
ELFObjectReader.h 26 class LinkerConfig;
44 const LinkerConfig& pConfig);
69 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
TargetLinkerConfigs.h 16 #include "alone/Support/LinkerConfig.h"
24 class ARMLinkerConfig : public LinkerConfig {
34 class MipsLinkerConfig : public LinkerConfig {
44 class X86FamilyLinkerConfigBase : public LinkerConfig {
81 class GeneralLinkerConfig : public LinkerConfig {
LinkerConfig.h 15 #include <mcld/LinkerConfig.h>
23 class LinkerConfig {
33 // These are generated by LinkerConfig during initialize().
38 mcld::LinkerConfig *mLDConfig;
78 inline mcld::LinkerConfig* getLDConfig()
81 inline const mcld::LinkerConfig* getLDConfig() const
116 LinkerConfig(const std::string& pTriple);
118 virtual ~LinkerConfig();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFMCLinker.cpp 11 #include <mcld/LinkerConfig.h>
16 ARMELFMCLinker::ARMELFMCLinker(LinkerConfig& pConfig,
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.h 13 #include <mcld/LinkerConfig.h>
48 mcld::LinkerConfig* m_pConfig;
UniqueGCFactoryBaseTest.h 13 #include <mcld/LinkerConfig.h>
41 mcld::LinkerConfig* m_pConfig;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentLinker.h 22 #include <mcld/LinkerConfig.h>
32 class LinkerConfig;
41 FragmentLinker(const LinkerConfig& pConfig,
70 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 19 class LinkerConfig;
34 class LinkerConfig;
57 const mcld::LinkerConfig *mLDConfig;
68 Linker(const LinkerConfig& pConfig);
72 enum ErrorCode config(const LinkerConfig& pConfig);
89 enum ErrorCode extractFiles(const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 1 //===- LinkerConfig.cpp ---------------------------------------------------===//
10 #include "alone/Support/LinkerConfig.h"
24 LinkerConfig::LinkerConfig(const std::string &pTriple)
34 LinkerConfig::~LinkerConfig() {
50 bool LinkerConfig::initializeTarget() {
62 bool LinkerConfig::initializeLDInfo() {
69 mLDConfig = new mcld::LinkerConfig(getTriple());
70 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec)
    [all...]
  /frameworks/compile/mclinker/include/mcld/CodeGen/
MCLinker.h 33 class LinkerConfig;
55 MCLinker(LinkerConfig& pConfig,
72 LinkerConfig& m_Config;
  /frameworks/compile/mclinker/include/mcld/
Linker.h 20 class LinkerConfig;
43 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig);
79 LinkerConfig* m_pConfig;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 23 class LinkerConfig;
37 ObjectBuilder(const LinkerConfig& pConfig,
96 const LinkerConfig& m_Config;

Completed in 216 milliseconds

1 2 3 4 5