Searched refs:debug_line_file_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp16 uint32_t debug_line_file_idx, const char *str)
17 : m_type(type), m_line(line), m_debug_line_file_idx(debug_line_file_idx),
41 uint32_t debug_line_file_idx) {
42 return DebugMacroEntry(DebugMacroEntry::START_FILE, line, debug_line_file_idx,
15 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx, const char *str) argument
40 CreateStartFileEntry(uint32_t line, uint32_t debug_line_file_idx) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h36 uint32_t debug_line_file_idx);
60 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp70 uint32_t debug_line_file_idx = 0; local
101 debug_line_file_idx = debug_macro_data.GetULEB128(offset);
103 DebugMacroEntry::CreateStartFileEntry(line, debug_line_file_idx));

Completed in 99 milliseconds