Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h151 void SetStandardInputPath(llvm::StringRef path);
155 void SetStandardInputPath(const char *path) = delete;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3920 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath() function in TargetProperties
4074 SetStandardInputPath(input_file_action->GetPath()); in SetProcessLaunchInfo()