Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h190 void SetStandardOutputPath(llvm::StringRef path);
194 void SetStandardOutputPath(const char *path) = delete;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4435 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath() function in TargetProperties
4579 SetStandardOutputPath(output_file_action->GetPath()); in SetProcessLaunchInfo()