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

References

tools/lli/lli.cpp
  939       ChildPath.reset(new char[ChildExecPath.size() + 1]);
  940       std::copy(ChildExecPath.begin(), ChildExecPath.end(), &ChildPath[0]);
  941       ChildPath[ChildExecPath.size()] = '\0';
  952     char * const args[] = { &ChildPath[0], &ChildIn[0], &ChildOut[0], nullptr };