Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1466 for (auto &annot : inline_site.annotations()) { in ParseInlineSite() local
1467 switch (annot.OpCode) { in ParseInlineSite()
1471 code_offset += annot.U1; in ParseInlineSite()
1472 update_code_offset(annot.U1); in ParseInlineSite()
1475 update_line_offset(annot.S1); in ParseInlineSite()
1478 update_code_offset(annot.U1); in ParseInlineSite()
1479 code_offset += annot.U1; in ParseInlineSite()
1483 code_offset += annot.U1; in ParseInlineSite()
1484 update_code_offset(annot.U1); in ParseInlineSite()
1485 update_line_offset(annot.S1); in ParseInlineSite()
[all …]