Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
587 emitSigned(Op->getArg(0)); in addExpression()
639 emitSigned(Op->getArg(1)); in addExpression()
H A DDwarfUnit.cpp49 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned() function in DIEDwarfExpression
H A DDwarfDebug.cpp180 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned() function in DebugLocDwarfExpression