Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h421 m_pound_line_file = path; in SetPoundLine()
424 m_pound_line_file.clear(); in SetPoundLine()
430 return (m_pound_line_file.empty() ? nullptr : m_pound_line_file.c_str()); in GetPoundLineFilePath()
485 mutable std::string m_pound_line_file; variable