Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h537 DebugMacrosMap m_debug_macros_map; variable
H A DSymbolFileDWARF.cpp1178 auto iter = m_debug_macros_map.find(*offset); in ParseDebugMacros()
1179 if (iter != m_debug_macros_map.end()) in ParseDebugMacros()
1188 m_debug_macros_map[*offset] = debug_macros_sp; in ParseDebugMacros()