Lines Matching refs:LinkerConfig
22 #include "mcld/LinkerConfig.h"
122 ARMGNULDBackend::ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo)
174 if (LinkerConfig::Object != config().codeGenType()) {
200 if (LinkerConfig::Object != config().codeGenType()) {
293 if (LinkerConfig::Object != config().codeGenType()) {
294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
341 if (LinkerConfig::DynObj == config().codeGenType())
1015 TargetLDBackend* createARMLDBackend(const LinkerConfig& pConfig) {