Lines Matching defs:streamer
673 /// Utility function to emit the encoding to a streamer.
1243 static int getDataAlignmentFactor(MCStreamer &streamer) {
1244 MCContext &context = streamer.getContext();
1253 static unsigned getSizeForEncoding(MCStreamer &streamer,
1255 MCContext &context = streamer.getContext();
1274 static void emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol,
1276 MCContext &context = streamer.getContext();
1280 streamer);
1281 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
1283 emitAbsValue(streamer, v, size);
1285 streamer.emitValue(v, size);
1288 static void EmitPersonality(MCStreamer &streamer, const MCSymbol &symbol,
1290 MCContext &context = streamer.getContext();
1294 streamer);
1295 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
1296 streamer.emitValue(v, size);