Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h101 void AddUnsignedConstant(uint64_t Value);
103 void AddUnsignedConstant(const APInt &Value);
DDwarfExpression.cpp175 void DwarfExpression::AddUnsignedConstant(uint64_t Value) { in AddUnsignedConstant() function in DwarfExpression
181 void DwarfExpression::AddUnsignedConstant(const APInt &Value) { in AddUnsignedConstant() function in DwarfExpression
189 AddUnsignedConstant(*Data++); in AddUnsignedConstant()
DDwarfDebug.cpp1408 DwarfExpr.AddUnsignedConstant(Value.getInt()); in emitDebugLocValue()
1428 DwarfExpr.AddUnsignedConstant(RawBytes); in emitDebugLocValue()
DDwarfCompileUnit.cpp527 DwarfExpr.AddUnsignedConstant(DVInsn->getOperand(0).getImm()); in constructVariableDIEImpl()