Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDDwarfInstructions.hpp35 typedef typename A::sint_t sint_t; typedef in libunwind::DwarfInstructions
68 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA()
395 sint_t svalue, svalue2; in evaluateExpression()
498 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
565 svalue = (sint_t)*sp; in evaluateExpression()
580 svalue = (sint_t)(*sp--); in evaluateExpression()
581 svalue2 = (sint_t)*sp; in evaluateExpression()
595 svalue = (sint_t)(*sp--); in evaluateExpression()
596 svalue2 = (sint_t)*sp; in evaluateExpression()
603 svalue = (sint_t)(*sp--); in evaluateExpression()
[all …]
HDAddressSpace.hpp162 typedef intptr_t sint_t; typedef in libunwind::LocalAddressSpace