Home
last modified time | relevance | path

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

/freebsd-14.2/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()
1516 if (code_offset_base && cur_line_offset) { in ParseInlineSite()
1519 func_base + *code_offset_base, decl_line + *cur_line_offset, 0, in ParseInlineSite()
[all …]