Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h190 virtual void emitSigned(int64_t Value) = 0;
385 void emitSigned(int64_t Value) override;
415 void emitSigned(int64_t Value) override;
H A DDwarfExpression.cpp64 emitSigned(Offset); in addBReg()
69 emitSigned(Offset); in addFBReg()
194 emitSigned(Value); in addSignedConstant()
594 emitSigned(Op->getArg(0)); in addExpression()
646 emitSigned(Op->getArg(1)); in addExpression()
H A DDwarfUnit.cpp48 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned() function in DIEDwarfExpression
H A DDwarfDebug.cpp181 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned() function in DebugLocDwarfExpression