Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp39 emitUnsigned(Value); in emitConstu()
52 emitUnsigned(DwarfReg); in addReg()
63 emitUnsigned(DwarfReg); in addBReg()
80 emitUnsigned(SizeInBits); in addOpPiece()
81 emitUnsigned(OffsetInBits); in addOpPiece()
85 emitUnsigned(ByteSize); in addOpPiece()
231 emitUnsigned(NumBytes /*Size of the block in bytes*/); in addConstantFP()
431 emitUnsigned(Size); in finalizeEntryValue()
560 emitUnsigned(alignTo(BitOffset + SizeInBits, 8) / 8); in addExpression()
572 emitUnsigned(LeftShift); in addExpression()
[all …]
H A DDwarfExpression.h132 virtual void emitUnsigned(uint64_t Value) = 0;
325 void emitUnsigned(uint64_t Value) override;
355 void emitUnsigned(uint64_t Value) override;
H A DDwarfUnit.cpp53 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() function in DIEDwarfExpression
H A DDwarfDebug.cpp185 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() function in DebugLocDwarfExpression