Home
last modified time | relevance | path

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

/external/libunwind_llvm/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()
272 sint_t svalue, svalue2; in evaluateExpression()
375 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
442 svalue = (sint_t)*sp; in evaluateExpression()
457 svalue = (sint_t)(*sp--); in evaluateExpression()
458 svalue2 = (sint_t)*sp; in evaluateExpression()
472 svalue = (sint_t)(*sp--); in evaluateExpression()
473 svalue2 = (sint_t)*sp; in evaluateExpression()
480 svalue = (sint_t)(*sp--); in evaluateExpression()
[all …]
DAddressSpace.hpp185 typedef intptr_t sint_t; typedef in libunwind::LocalAddressSpace