struct MCSection::PendingLabel

Declaration

struct MCSection::PendingLabel { /* full declaration omitted */ };

Description

State for tracking labels that don't yet have Fragments

Declared at: llvm/include/llvm/MC/MCSection.h:92

Member Variables

public llvm::MCSymbol* Sym
public unsigned int Subsection

Method Overview

  • public PendingLabel(llvm::MCSymbol * Sym, unsigned int Subsection = 0)

Methods

ΒΆPendingLabel(llvm::MCSymbol* Sym,
             unsigned int Subsection = 0)

Declared at: llvm/include/llvm/MC/MCSection.h:95

Parameters

llvm::MCSymbol* Sym
unsigned int Subsection = 0