Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h377 uint64_t advanceAddr(uint64_t OperationAdvance, uint8_t Opcode,
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp611 uint64_t DWARFDebugLine::ParsingState::advanceAddr(uint64_t OperationAdvance, in advanceAddr() function in DWARFDebugLine::ParsingState
668 uint64_t AddrOffset = advanceAddr(OperationAdvance, Opcode, OpcodeOffset); in advanceAddrForOpcode()
1011 State.advanceAddr(*Operand, Opcode, OpcodeOffset); in parse()