Lines Matching refs:LinkerConfig
17 #include "mcld/LinkerConfig.h"
44 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig,
91 if ((LinkerConfig::Object != config().codeGenType()) &&
115 if (LinkerConfig::Object == config().codeGenType())
145 if ((LinkerConfig::Object != config().codeGenType()) &&
293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
377 if (LinkerConfig::Object != config().codeGenType()) {
405 if ((LinkerConfig::Object != config().codeGenType()) &&
475 if (config().codeGenType() == LinkerConfig::Object)
663 if (config().codeGenType() == LinkerConfig::Object)
1036 TargetLDBackend* createHexagonLDBackend(const LinkerConfig& pConfig) {