Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h163 void SetStandardOutputPath(llvm::StringRef path);
167 void SetStandardOutputPath(const char *path) = delete;
/external/llvm-project/lldb/source/Target/
DTarget.cpp4047 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath() function in TargetProperties
4202 SetStandardOutputPath(output_file_action->GetPath()); in SetProcessLaunchInfo()