llvm::MCStreamer::emitCFISections

Select which CFI sections to emit.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitCFISections(
    bool EH,
    bool Debug,
    bool SFrame);

Parameters

NameDescription
EH- True to emit .eh_frame.
Debug- True to emit .debug_frame.
SFrame- True to emit .sframe.