Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp635 DWARFDebugLine::ParsingState::advanceAddrOpIndex(uint64_t OperationAdvance, in advanceAddrOpIndex() argument
690 uint64_t AddrOffset = ((Row.OpIndex + OperationAdvance) / MaxOpsPerInst) * in advanceAddrOpIndex()
695 Row.OpIndex = (Row.OpIndex + OperationAdvance) % MaxOpsPerInst; in advanceAddrOpIndex()
723 uint64_t OperationAdvance = in advanceForOpcode() local
728 advanceAddrOpIndex(OperationAdvance, Opcode, OpcodeOffset); in advanceForOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h417 LLVM_ABI AddrOpIndexDelta advanceAddrOpIndex(uint64_t OperationAdvance,