Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1437 std::optional<int32_t> next_line_offset; in ParseInlineSite() local
1456 next_line_offset = line_offset; in ParseInlineSite()
1509 if (next_line_offset) { in ParseInlineSite()
1510 cur_line_offset = next_line_offset; in ParseInlineSite()
1511 next_line_offset = std::nullopt; in ParseInlineSite()