Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp71 const char *macro_str = nullptr; in ReadMacroEntries() local
78 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
81 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries()
84 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()
93 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
96 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries()
99 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()