Home
last modified time | relevance | path

Searched refs:addSignedConstant (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h295 void addSignedConstant(int64_t Value);
H A DDwarfExpression.cpp190 void DwarfExpression::addSignedConstant(int64_t Value) { in addSignedConstant() function in DwarfExpression
H A DDwarfDebug.cpp2517 DwarfExpr.addSignedConstant(Entry.getInt()); in emitDebugLocValue()