Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1438 std::optional<uint32_t> next_file_offset; in ParseInlineSite() local
1463 next_file_offset = offset; in ParseInlineSite()
1507 if (next_file_offset) in ParseInlineSite()
1508 file_offset = *next_file_offset; in ParseInlineSite()
1514 code_offset_end = next_file_offset = std::nullopt; in ParseInlineSite()