Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp16 uint32_t debug_line_file_idx, const char *str) in DebugMacroEntry() argument
17 : m_type(type), m_line(line), m_debug_line_file_idx(debug_line_file_idx), in DebugMacroEntry()
41 uint32_t debug_line_file_idx) { in CreateStartFileEntry() argument
42 return DebugMacroEntry(DebugMacroEntry::START_FILE, line, debug_line_file_idx, in CreateStartFileEntry()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp72 uint32_t debug_line_file_idx = 0; in ReadMacroEntries()
103 debug_line_file_idx = debug_macro_data.GetULEB128(offset); in ReadMacroEntries()
105 DebugMacroEntry::CreateStartFileEntry(line, debug_line_file_idx)); in ReadMacroEntries()
71 uint32_t debug_line_file_idx = 0; ReadMacroEntries() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h35 uint32_t debug_line_file_idx);
59 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,