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

References

tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
  484       ObjcopyArgs.push_back(SS.save(Twine("--add-section=") +
  487     ObjcopyArgs.push_back(InputFileNames[HostInputIndex]);
  488     ObjcopyArgs.push_back(OutputFileNames.front());
  494       for (StringRef Arg : drop_begin(ObjcopyArgs, 1))
  498       if (sys::ExecuteAndWait(*Objcopy, ObjcopyArgs))