Home
last modified time | relevance | path

Searched refs:SetStandardErrorPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h195 void SetStandardErrorPath(llvm::StringRef path);
199 void SetStandardErrorPath(const char *path) = delete;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4637 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath() function in TargetProperties
4792 SetStandardErrorPath(error_file_action->GetPath()); in SetProcessLaunchInfo()