llvm::AsmPrinter::emitBBAddrMapSection

Emit the basic-block address map section for function MF.

Synopsis

Declared in <llvm/CodeGen/AsmPrinter.h>

void
emitBBAddrMapSection(MachineFunction const& MF);

Parameters

NameDescription
MFMachine function whose BB address map is emitted.