reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/gold/gold-plugin.cpp
  233       TheOutputType = OT_BC_ONLY;
  235       TheOutputType = OT_SAVE_TEMPS;
  237       TheOutputType = OT_DISABLE;
  239       TheOutputType = OT_ASM_ONLY;
  878   switch (options::TheOutputType) {
 1035   else if (options::TheOutputType == options::OT_SAVE_TEMPS)
 1037   else if (options::TheOutputType == options::OT_ASM_ONLY)
 1086   if (options::TheOutputType == options::OT_DISABLE ||
 1087       options::TheOutputType == options::OT_BC_ONLY ||
 1088       options::TheOutputType == options::OT_ASM_ONLY)
 1112   if (options::TheOutputType == options::OT_BC_ONLY ||
 1113       options::TheOutputType == options::OT_ASM_ONLY ||
 1114       options::TheOutputType == options::OT_DISABLE) {
 1115     if (options::TheOutputType == options::OT_DISABLE) {