Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1431 std::optional<int32_t> next_line_offset; in ParseInlineSite() local
1450 next_line_offset = line_offset; in ParseInlineSite()
1503 if (next_line_offset) { in ParseInlineSite()
1504 cur_line_offset = next_line_offset; in ParseInlineSite()
1505 next_line_offset = std::nullopt; in ParseInlineSite()