Select which CFI sections to emit.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitCFISections(
bool EH,
bool Debug,
bool SFrame);
| Name | Description |
|---|---|
| EH | - True to emit .eh_frame. |
| Debug | - True to emit .debug_frame. |
| SFrame | - True to emit .sframe. |