Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DDwarfInstructions.hpp34 typedef typename A::sint_t sint_t; typedef in libunwind::DwarfInstructions
67 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA()
307 sint_t svalue, svalue2; in evaluateExpression()
410 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
477 svalue = (sint_t)*sp; in evaluateExpression()
492 svalue = (sint_t)(*sp--); in evaluateExpression()
493 svalue2 = (sint_t)*sp; in evaluateExpression()
507 svalue = (sint_t)(*sp--); in evaluateExpression()
508 svalue2 = (sint_t)*sp; in evaluateExpression()
515 svalue = (sint_t)(*sp--); in evaluateExpression()
[all …]
DAddressSpace.hpp151 typedef intptr_t sint_t; typedef in libunwind::LocalAddressSpace