Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1435 std::optional<uint32_t> code_offset_end; in ParseInlineSite() local
1448 else if (!code_offset_end) in ParseInlineSite()
1449 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()
1502 if (code_offset_base && code_offset_end && cur_line_offset) { in ParseInlineSite()
1504 *code_offset_base, *code_offset_end - *code_offset_base, in ParseInlineSite()
1513 code_offset_base = is_terminal_entry ? std::nullopt : code_offset_end; in ParseInlineSite()
1514 code_offset_end = next_file_offset = std::nullopt; in ParseInlineSite()