Lines Matching refs:LinkerConfig
13 #include "mcld/LinkerConfig.h"
79 GNULDBackend::GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo)
131 if (LinkerConfig::Binary == config().codeGenType())
183 case LinkerConfig::DynObj: {
190 case LinkerConfig::Exec:
191 case LinkerConfig::Binary: {
198 case LinkerConfig::Object: {
214 if (LinkerConfig::Object == config().codeGenType())
491 if (LinkerConfig::Object == config().codeGenType())
664 case LinkerConfig::DynObj:
667 case LinkerConfig::Exec:
668 case LinkerConfig::Binary:
671 case LinkerConfig::Object:
682 case LinkerConfig::DynObj:
685 case LinkerConfig::Exec:
686 case LinkerConfig::Binary:
689 case LinkerConfig::Object:
713 assert(LinkerConfig::Unset != config().codePosition());
760 case LinkerConfig::DynObj: {
765 case LinkerConfig::Exec:
766 case LinkerConfig::Binary: {
846 case LinkerConfig::Object: {
951 if (LinkerConfig::Object == config().codeGenType()) {
964 if (LinkerConfig::Object == config().codeGenType()) {
1082 if (LinkerConfig::DynObj == config().codeGenType()) {
1090 if (LinkerConfig::DynObj == config().codeGenType()) {
1427 if (config().codeGenType() != LinkerConfig::Object &&
2313 config().codeGenType() == LinkerConfig::Object))
2319 config().codeGenType() == LinkerConfig::Object))
2335 config().codeGenType() == LinkerConfig::Object))
2339 if (LinkerConfig::Object == config().codeGenType()) {
2457 config().codeGenType() == LinkerConfig::Object) {
2467 if (LinkerConfig::Object != config().codeGenType()) {
2472 if (LinkerConfig::Object != config().codeGenType())
2479 if (LinkerConfig::Object != config().codeGenType() &&
2516 if (LinkerConfig::Object == config().codeGenType()) {
2573 if (LinkerConfig::Object != config().codeGenType()) {
2584 if (LinkerConfig::Object != config().codeGenType() &&
2641 if (LinkerConfig::DynObj == config().codeGenType() ||
2642 LinkerConfig::Exec == config().codeGenType() ||
2643 LinkerConfig::Binary == config().codeGenType()) {
2660 if (LinkerConfig::DynObj == config().codeGenType() ||
2661 LinkerConfig::Exec == config().codeGenType() ||
2662 LinkerConfig::Binary == config().codeGenType()) {
2709 if (LinkerConfig::DynObj != config().codeGenType())
2732 (LinkerConfig::Exec == config().codeGenType() ||
2733 LinkerConfig::Binary == config().codeGenType()))
2757 LinkerConfig::DynObj != config().codeGenType())
2781 // FIXME: CodeIndep() || LinkerConfig::Relocatable == CodeGenType
2783 (LinkerConfig::Exec != config().codeGenType() &&
2784 LinkerConfig::Binary != config().codeGenType()))
2873 case LinkerConfig::DynObj:
2874 case LinkerConfig::Exec: