Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
429 emitUnsigned(Size); in finalizeEntryValue()
689 emitUnsigned(FromBits - 1); in emitLegacySExt()
695 emitUnsigned(FromBits); in emitLegacySExt()
715 emitUnsigned(FromBits); in emitLegacyZExt()
[all …]
H A DDwarfExpression.h194 virtual void emitUnsigned(uint64_t Value) = 0;
387 void emitUnsigned(uint64_t Value) override;
417 void emitUnsigned(uint64_t Value) override;
H A DDwarfUnit.cpp54 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() function in DIEDwarfExpression
H A DDwarfDebug.cpp183 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() function in DebugLocDwarfExpression