llvm::MCDwarfFrameEmitter::emit

Emit call-frame information for all recorded frames.

Synopsis

Declared in <llvm/MC/MCDwarf.h>

static
void
emit(
    MCObjectStreamer& streamer,
    bool isEH);

Parameters

NameDescription
streamer- Object streamer that emits CIE/FDE data.
isEH- True when emitting EH frame info rather than debug frame.