Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h192 void SetStandardOutputPath(llvm::StringRef path);
196 void SetStandardOutputPath(const char *path) = delete;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4538 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath() function in TargetProperties
4682 SetStandardOutputPath(output_file_action->GetPath()); in SetProcessLaunchInfo()