class DIELabel

Declaration

class DIELabel { /* full declaration omitted */ };

Description

A label DIE.

Declared at: llvm/include/llvm/CodeGen/DIE.h:218

Method Overview

  • public DIELabel(const llvm::MCSymbol * L)
  • public void EmitValue(const llvm::AsmPrinter * AP, dwarf::Form Form) const
  • public unsigned int SizeOf(const llvm::AsmPrinter * AP, dwarf::Form Form) const
  • public const llvm::MCSymbol * getValue() const
  • public void print(llvm::raw_ostream & O) const

Methods

DIELabel(const llvm::MCSymbol* L)

Declared at: llvm/include/llvm/CodeGen/DIE.h:222

Parameters

const llvm::MCSymbol* L

void EmitValue(const llvm::AsmPrinter* AP,
               dwarf::Form Form) const

Declared at: llvm/include/llvm/CodeGen/DIE.h:227

Parameters

const llvm::AsmPrinter* AP
dwarf::Form Form

unsigned int SizeOf(const llvm::AsmPrinter* AP,
                    dwarf::Form Form) const

Declared at: llvm/include/llvm/CodeGen/DIE.h:228

Parameters

const llvm::AsmPrinter* AP
dwarf::Form Form

const llvm::MCSymbol* getValue() const

Description

Get MCSymbol.

Declared at: llvm/include/llvm/CodeGen/DIE.h:225

void print(llvm::raw_ostream& O) const

Declared at: llvm/include/llvm/CodeGen/DIE.h:230

Parameters

llvm::raw_ostream& O