Home | History | Annotate | Download | only in LD

Lines Matching refs:m_Config

45     : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) {
106 emitRelocation(m_Config, *section, region);
121 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj;
122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec;
123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary;
124 bool is_object = m_Config.codeGenType() == LinkerConfig::Object;
163 if (m_Config.targets().is32Bits()) {
166 writeELFHeader<32>(m_Config, pModule, pOutput);
170 emitSectionHeader<32>(pModule, m_Config, pOutput);
171 } else if (m_Config.targets().is64Bits()) {
174 writeELFHeader<64>(m_Config, pModule, pOutput);
178 emitSectionHeader<64>(pModule, m_Config, pOutput);
189 if (m_Config.targets().is32Bits()) {
192 } else if (m_Config.targets().is64Bits()) {