Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h189 void SetStandardInputPath(llvm::StringRef path);
193 void SetStandardInputPath(const char *path) = delete;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4425 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath() function in TargetProperties
4574 SetStandardInputPath(input_file_action->GetPath()); in SetProcessLaunchInfo()