Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h382 int16_t OpIndexDelta; member
392 int16_t OpIndexDelta; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp696 int16_t OpIndexDelta = static_cast<int16_t>(Row.OpIndex) - PrevOpIndex; in advanceAddrOpIndex() local
698 return {AddrOffset, OpIndexDelta}; in advanceAddrOpIndex()
729 return {Advance.AddrOffset, Advance.OpIndexDelta, AdjustedOpcode}; in advanceForOpcode()
775 AddrAdvanceResult.OpIndexDelta}; in handleSpecialOpcode()
1077 << ", op-index += " << Advance.OpIndexDelta << ")"; in parse()
1146 Advance.AddrDelta, Advance.OpIndexDelta); in parse()