Home
last modified time | relevance | path

Searched refs:addUnsignedConstant (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h209 void addUnsignedConstant(uint64_t Value);
212 void addUnsignedConstant(const APInt &Value);
DDwarfExpression.cpp181 void DwarfExpression::addUnsignedConstant(uint64_t Value) { in addUnsignedConstant() function in DwarfExpression
188 void DwarfExpression::addUnsignedConstant(const APInt &Value) { in addUnsignedConstant() function in DwarfExpression
199 addUnsignedConstant(*Data++); in addUnsignedConstant()
DDwarfDebug.cpp1742 DwarfExpr.addUnsignedConstant(Value.getInt()); in emitDebugLocValue()
1754 DwarfExpr.addUnsignedConstant(RawBytes); in emitDebugLocValue()
DDwarfCompileUnit.cpp547 DwarfExpr.addUnsignedConstant(DVInsn->getOperand(0).getImm()); in constructVariableDIEImpl()