Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp69 const char *macro_str = nullptr; in ReadMacroEntries() local
76 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
79 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries()
82 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()
91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
94 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries()
97 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()