Lines Matching refs:Encoding
405 /// Utility function to emit the encoding to a streamer.
499 assert(Temp <= 255 && "Buggy special opcode encoding.");
963 default: llvm_unreachable("Unknown Encoding");
1031 static void emitEncodingByte(MCObjectStreamer &Streamer, unsigned Encoding) {
1032 Streamer.EmitIntValue(Encoding, 1);
1207 uint32_t Encoding = Frame.CompactUnwindEncoding;
1208 if (!Encoding) return;
1209 bool DwarfEHFrameOnly = (Encoding == MOFI->getCompactUnwindDwarfEHFrameOnly());
1211 // The encoding needs to know we have an LSDA.
1213 Encoding |= 0x40000000;
1225 // Compact Encoding
1227 Streamer.EmitIntValue(Encoding, Size);
1331 // Personality Encoding
1338 // Encoding of the FDE pointers
1345 // Personality Encoding
1354 // Encoding of the FDE pointers
1533 // of by the compact unwind encoding.