Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1225 LineInfo cur_info(entry.Flags); in ParseLineTable() local
1227 if (cur_info.isAlwaysStepInto() || cur_info.isNeverStepInto()) in ParseLineTable()
1232 bool is_statement = cur_info.isStatement(); in ParseLineTable()
1236 uint32_t lno = cur_info.getStartLine(); in ParseLineTable()