Lines Matching defs:streamer
700 /// Utility function to emit the encoding to a streamer.
1270 static int getDataAlignmentFactor(MCStreamer &streamer) {
1271 MCContext &context = streamer.getContext();
1280 static unsigned getSizeForEncoding(MCStreamer &streamer,
1282 MCContext &context = streamer.getContext();
1301 static void emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol,
1303 MCContext &context = streamer.getContext();
1307 streamer);
1308 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
1310 emitAbsValue(streamer, v, size);
1312 streamer.emitValue(v, size);
1315 static void EmitPersonality(MCStreamer &streamer, const MCSymbol &symbol,
1317 MCContext &context = streamer.getContext();
1321 streamer);
1322 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
1323 streamer.emitValue(v, size);