Home | History | Annotate | Download | only in Mips

Lines Matching refs:LinkerConfig

17 #include "mcld/LinkerConfig.h"
49 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig,
98 if (LinkerConfig::Object == config().codeGenType())
190 if (LinkerConfig::Object != config().codeGenType()) {
191 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
1247 Mips32GNULDBackend::Mips32GNULDBackend(const LinkerConfig& pConfig,
1263 if (LinkerConfig::Object == config().codeGenType())
1292 Mips64GNULDBackend::Mips64GNULDBackend(const LinkerConfig& pConfig,
1308 if (LinkerConfig::Object == config().codeGenType())
1337 static TargetLDBackend* createMipsLDBackend(const LinkerConfig& pConfig) {