Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h185 FileSpec GetStandardInputPath() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3331 in_file_spec = GetStandardInputPath(); in FinalizeFileActions()
4420 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath() function in TargetProperties
4625 m_launch_info.AppendOpenFileAction(STDIN_FILENO, GetStandardInputPath(), true, in InputPathValueChangedCallback()