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

References

tools/clang/lib/Driver/Action.cpp
  224   if (!HostTC)
  228   Work(A, HostTC, A->getOffloadingArch());
  241   assert(getInputs().size() == DevToolChains.size() + (HostTC ? 1 : 0) &&
  245   if (HostTC)
  266 bool OffloadAction::hasHostDependence() const { return HostTC != nullptr; }
  271   return HostTC ? getInputs().front() : nullptr;
  277     return getInputs().size() == (HostTC ? 2 : 1);
  278   return !HostTC && getInputs().size() == 1;
  287   return HostTC ? getInputs()[1] : getInputs().front();