Searched refs:addUnsignedConstant (Results 1 – 4 of 4) sorted by relevance
209 void addUnsignedConstant(uint64_t Value);212 void addUnsignedConstant(const APInt &Value);
181 void DwarfExpression::addUnsignedConstant(uint64_t Value) { in addUnsignedConstant() function in DwarfExpression188 void DwarfExpression::addUnsignedConstant(const APInt &Value) { in addUnsignedConstant() function in DwarfExpression199 addUnsignedConstant(*Data++); in addUnsignedConstant()
1742 DwarfExpr.addUnsignedConstant(Value.getInt()); in emitDebugLocValue()1754 DwarfExpr.addUnsignedConstant(RawBytes); in emitDebugLocValue()
547 DwarfExpr.addUnsignedConstant(DVInsn->getOperand(0).getImm()); in constructVariableDIEImpl()