Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
430 emitUnsigned(Size); in finalizeEntryValue()
696 emitUnsigned(FromBits - 1); in emitLegacySExt()
702 emitUnsigned(FromBits); in emitLegacySExt()
722 emitUnsigned(FromBits); in emitLegacyZExt()
[all …]
H A DDwarfExpression.h193 virtual void emitUnsigned(uint64_t Value) = 0;
386 void emitUnsigned(uint64_t Value) override;
416 void emitUnsigned(uint64_t Value) override;
H A DDwarfUnit.cpp52 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