Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h153 void SetStandardErrorPath(llvm::StringRef path);
157 void SetStandardErrorPath(const char *path) = delete;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3940 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath() function in TargetProperties
4084 SetStandardErrorPath(error_file_action->GetPath()); in SetProcessLaunchInfo()