Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp17 : m_type(type), m_line(line), m_debug_line_file_idx(debug_line_file_idx), in DebugMacroEntry()
22 : m_type(type), m_line(0), m_debug_line_file_idx(0), in DebugMacroEntry()
26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h42 DebugMacroEntry() : m_type(INVALID), m_line(0), m_debug_line_file_idx(0) {} in DebugMacroEntry()
66 uint32_t m_debug_line_file_idx; variable