Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h152 void SetStandardOutputPath(llvm::StringRef path);
156 void SetStandardOutputPath(const char *path) = delete;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3930 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath() function in TargetProperties
4079 SetStandardOutputPath(output_file_action->GetPath()); in SetProcessLaunchInfo()