Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp38 emitUnsigned(Value); in emitConstu()
51 emitUnsigned(DwarfReg); in addReg()
62 emitUnsigned(DwarfReg); in addBReg()
79 emitUnsigned(SizeInBits); in addOpPiece()
80 emitUnsigned(OffsetInBits); in addOpPiece()
84 emitUnsigned(ByteSize); in addOpPiece()
230 emitUnsigned(NumBytes /*Size of the block in bytes*/); in addConstantFP()
412 emitUnsigned(Size); in finalizeEntryValue()
535 emitUnsigned(Op->getArg(0)); in addExpression()
618 emitUnsigned(Op->getArg(0)); in addExpression()
[all …]
H A DDwarfExpression.h194 virtual void emitUnsigned(uint64_t Value) = 0;
386 void emitUnsigned(uint64_t Value) override;
416 void emitUnsigned(uint64_t Value) override;
H A DDwarfUnit.cpp60 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() function in DIEDwarfExpression
H A DDwarfDebug.cpp186 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() function in DebugLocDwarfExpression