Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp70 const char *macro_str = nullptr; in ReadMacroEntries() local
77 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
80 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries()
83 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
95 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries()
98 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()