Emit the personality-routine value into the object file if required.
Declared in <llvm/Target/TargetLoweringObjectFile.h>
virtual
void
emitPersonalityValue(
MCStreamer& Streamer,
DataLayout const& TM,
MCSymbol const* Sym,
MachineModuleInfo const* MMI) const;
| Name | Description |
|---|---|
| Streamer | Assembler streamer receiving the emission. |
| TM | Data layout used when emitting the value. |
| Sym | Personality symbol being emitted. |
| MMI | Machine module info providing EH context, if any. |