Changeset View
Changeset View
Standalone View
Standalone View
include/llvm/CodeGen/AsmPrinter.h
Context not available. | |||||
/// encoding specified. | /// encoding specified. | ||||
virtual unsigned getISAEncoding() { return 0; } | virtual unsigned getISAEncoding() { return 0; } | ||||
/// Emit a dwarf register operation for describing | |||||
/// - a small value occupying only part of a register or | |||||
/// - a small register representing only part of a value. | |||||
void EmitDwarfOpPiece(ByteStreamer &Streamer, unsigned SizeInBits, | |||||
echristo: Cut and paste. | |||||
unsigned OffsetInBits = 0) const; | |||||
/// \brief Emit a partial DWARF register operation. | /// \brief Emit a partial DWARF register operation. | ||||
/// \param MLoc the register | /// \param MLoc the register | ||||
/// \param PieceSize size and | /// \param PieceSize size and | ||||
Context not available. | |||||
Not Done ReplyInline ActionsCan we use the complex address stuff to encompass register-indirect addressing there so we don't have to pass the bool? echristo: Can we use the complex address stuff to encompass register-indirect addressing there so we… |
Cut and paste.