Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h63 DWARFDataExtractor debug_str_data, in DebugNamesDWARFIndex() argument
66 m_debug_names_data(debug_names_data), m_debug_str_data(debug_str_data), in DebugNamesDWARFIndex()
H A DDWARFDebugMacro.cpp62 const DWARFDataExtractor &debug_str_data, const bool offset_is_64_bit, in ReadMacroEntries() argument
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
H A DDWARFDebugMacro.h55 const lldb_private::DWARFDataExtractor &debug_str_data,