Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1332 llvm::Optional<uint32_t> code_offset_base; in ParseInlineSite() local
1344 if (!code_offset_base) in ParseInlineSite()
1345 code_offset_base = code_offset; in ParseInlineSite()
1347 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()
1351 if (!code_offset_base || !cur_line_offset) in ParseInlineSite()
1358 if (!code_offset_base) in ParseInlineSite()
1400 if (code_offset_base && code_offset_end && cur_line_offset) { in ParseInlineSite()
1402 *code_offset_base, *code_offset_end - *code_offset_base, in ParseInlineSite()
1411 code_offset_base = is_terminal_entry ? llvm::None : code_offset_end; in ParseInlineSite()
1414 if (code_offset_base && cur_line_offset) { in ParseInlineSite()
[all …]