Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1428 std::optional<uint32_t> code_offset_base; in ParseInlineSite() local
1440 if (!code_offset_base) in ParseInlineSite()
1441 code_offset_base = code_offset; in ParseInlineSite()
1443 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()
1447 if (!code_offset_base || !cur_line_offset) in ParseInlineSite()
1454 if (!code_offset_base) in ParseInlineSite()
1496 if (code_offset_base && code_offset_end && cur_line_offset) { in ParseInlineSite()
1498 *code_offset_base, *code_offset_end - *code_offset_base, in ParseInlineSite()
1507 code_offset_base = is_terminal_entry ? std::nullopt : code_offset_end; in ParseInlineSite()
1510 if (code_offset_base && cur_line_offset) { in ParseInlineSite()
[all …]