Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1336 llvm::Optional<uint32_t> next_file_offset; in ParseInlineSite() local
1361 next_file_offset = offset; in ParseInlineSite()
1405 if (next_file_offset) in ParseInlineSite()
1406 file_offset = *next_file_offset; in ParseInlineSite()
1412 code_offset_end = next_file_offset = llvm::None; in ParseInlineSite()