Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1432 std::optional<uint32_t> next_file_offset; in ParseInlineSite() local
1457 next_file_offset = offset; in ParseInlineSite()
1501 if (next_file_offset) in ParseInlineSite()
1502 file_offset = *next_file_offset; in ParseInlineSite()
1508 code_offset_end = next_file_offset = std::nullopt; in ParseInlineSite()