Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h370 m_pound_line_file = path; in SetPoundLine()
373 m_pound_line_file.clear(); in SetPoundLine()
379 return (m_pound_line_file.empty() ? nullptr : m_pound_line_file.c_str()); in GetPoundLineFilePath()
432 mutable std::string m_pound_line_file; variable