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

References

tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
  469     if (!Objcopy)
  470       Objcopy = sys::findProgramByName("llvm-objcopy");
  471     if (!Objcopy)
  472       return createStringError(Objcopy.getError(),
  493       errs() << "\"" << *Objcopy << "\"";
  498       if (sys::ExecuteAndWait(*Objcopy, ObjcopyArgs))