Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1434 std::optional<uint32_t> code_offset_base; in ParseInlineSite() local
1446 if (!code_offset_base) in ParseInlineSite()
1447 code_offset_base = code_offset; in ParseInlineSite()
1449 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()
1453 if (!code_offset_base || !cur_line_offset) in ParseInlineSite()
1460 if (!code_offset_base) 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()
1516 if (code_offset_base && cur_line_offset) { in ParseInlineSite()
[all …]