struct AsmPrinter::MBBSectionRange

Declaration

struct AsmPrinter::MBBSectionRange { /* full declaration omitted */ };

Description

Map a basic block section ID to the begin and end symbols of that section which determine the section's range.

Declared at: llvm/include/llvm/CodeGen/AsmPrinter.h:132

Member Variables

public llvm::MCSymbol* BeginLabel
public llvm::MCSymbol* EndLabel