Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h191 FileSpec GetStandardOutputPath() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3534 out_file_spec = GetStandardOutputPath(); in FinalizeFileActions()
4622 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath() function in TargetProperties
4838 m_launch_info.AppendOpenFileAction(STDOUT_FILENO, GetStandardOutputPath(), in OutputPathValueChangedCallback()