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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h297 void addUnsignedConstant(uint64_t Value);
300 void addUnsignedConstant(const APInt &Value);
H A DDwarfExpression.cpp197 void DwarfExpression::addUnsignedConstant(uint64_t Value) { function in class:DwarfExpression
203 void DwarfExpression::addUnsignedConstant(const APInt &Value) { function in class:DwarfExpression
211 // addUnsignedConstant takes.
214 addUnsignedConstant(*Data++);
H A DDwarfCompileUnit.cpp777 DwarfExpr.addUnsignedConstant(Entry->getInt());
821 DwarfExpr.addUnsignedConstant(Entry.getInt());
830 DwarfExpr.addUnsignedConstant(RawBytes.getZExtValue());
835 DwarfExpr.addUnsignedConstant(RawBytes.getZExtValue());
H A DDwarfDebug.cpp2669 DwarfExpr.addUnsignedConstant(Entry.getInt());
2692 DwarfExpr.addUnsignedConstant(

Completed in 180 milliseconds