LLVM 19.0.0git
Public Attributes | List of all members
llvm::AsmPrinter::MBBSectionRange Struct Reference

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

#include "llvm/CodeGen/AsmPrinter.h"

Public Attributes

MCSymbolBeginLabel
 
MCSymbolEndLabel
 

Detailed Description

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

Definition at line 134 of file AsmPrinter.h.

Member Data Documentation

◆ BeginLabel

MCSymbol* llvm::AsmPrinter::MBBSectionRange::BeginLabel

Definition at line 135 of file AsmPrinter.h.

◆ EndLabel

MCSymbol * llvm::AsmPrinter::MBBSectionRange::EndLabel

Definition at line 135 of file AsmPrinter.h.


The documentation for this struct was generated from the following file: