Searched refs:AddUnsignedConstant (Results 1 – 4 of 4) sorted by relevance
101 void AddUnsignedConstant(uint64_t Value);103 void AddUnsignedConstant(const APInt &Value);
175 void DwarfExpression::AddUnsignedConstant(uint64_t Value) { in AddUnsignedConstant() function in DwarfExpression181 void DwarfExpression::AddUnsignedConstant(const APInt &Value) { in AddUnsignedConstant() function in DwarfExpression189 AddUnsignedConstant(*Data++); in AddUnsignedConstant()
1408 DwarfExpr.AddUnsignedConstant(Value.getInt()); in emitDebugLocValue()1428 DwarfExpr.AddUnsignedConstant(RawBytes); in emitDebugLocValue()
527 DwarfExpr.AddUnsignedConstant(DVInsn->getOperand(0).getImm()); in constructVariableDIEImpl()