Home | History | Annotate | Download | only in MC

Lines Matching refs:Encoding

405 /// Utility function to emit the encoding to a streamer.
956 default: llvm_unreachable("Unknown Encoding");
1024 static void emitEncodingByte(MCObjectStreamer &Streamer, unsigned Encoding) {
1025 Streamer.EmitIntValue(Encoding, 1);
1201 uint32_t Encoding = Frame.CompactUnwindEncoding;
1202 if (!Encoding) return;
1203 bool DwarfEHFrameOnly = (Encoding == MOFI->getCompactUnwindDwarfEHFrameOnly());
1205 // The encoding needs to know we have an LSDA.
1207 Encoding |= 0x40000000;
1219 // Compact Encoding
1221 Streamer.EmitIntValue(Encoding, Size);
1324 // Personality Encoding
1331 // Encoding of the FDE pointers
1338 // Personality Encoding
1347 // Encoding of the FDE pointers
1527 // of by the compact unwind encoding.