Searched refs:debug_line_file_idx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DebugMacros.cpp | 16 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 D | DWARFDebugMacro.cpp | 72 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 D | DebugMacros.h | 35 uint32_t debug_line_file_idx); 59 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,
|