Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Byte

49     unsigned char Byte = static_cast<unsigned char>(Value & 0x7f);
51 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
52 if (IsMore) Byte |= 0x80;
53 OutStreamer.EmitIntValue(Byte, 1, /*addrspace*/0);
71 unsigned char Byte = static_cast<unsigned char>(Value & 0x7f);
73 if (Value || PadTo != 0) Byte |= 0x80;
74 OutStreamer.EmitIntValue(Byte, 1, /*addrspace*/0);
84 /// EmitCFAByte - Emit a .byte 42 directive for a DW_CFA_xxx value.
123 /// EmitEncodingByte - Emit a .byte 42 directive that corresponds to an
170 /// EmitSectionOffset - Emit the 4-byte offset of Label from the start of its