HomeSort by relevance Sort by last modified time
    Searched refs:m_Config (Results 26 - 31 of 31) sorted by null

12

  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig)
106 emitRelocation(m_Config, *section, *region);
119 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj;
120 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec;
121 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary;
122 bool is_object = m_Config.codeGenType() == LinkerConfig::Object;
161 if (m_Config.targets().is32Bits()) {
164 writeELFHeader<32>(m_Config, pModule, pOutput);
168 emitSectionHeader<32>(pModule, m_Config, pOutput);
170 else if (m_Config.targets().is64Bits())
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 90 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 193 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 115 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
119 Relocation::SetUp(m_Config);
581 if (ShouldForceLocal(*resolved_result.info, m_Config))
589 if (!ShouldForceLocal(old_info, m_Config) ||
590 !ShouldForceLocal(*resolved_result.info, m_Config)) {
659 if (ShouldForceLocal(*resolved_result.info, m_Config)) {
722 if (ShouldForceLocal(*result.info, m_Config))
843 if (ShouldForceLocal(*result.info, m_Config))
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 494 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 32 : m_Config(pConfig), m_Module(pTheModule) {

Completed in 104 milliseconds

12