Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h209 void SetStandardOutputPath(llvm::StringRef path);
213 void SetStandardOutputPath(const char *path) = delete;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4865 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath() function in TargetProperties
5025 SetStandardOutputPath(output_file_action->GetPath()); in SetProcessLaunchInfo()