class DIELabel
Declaration
class DIELabel { /* full declaration omitted */ };
Description
A label DIE.
Declared at: llvm/include/llvm/CodeGen/DIE.h:218
Member Variables
- private const llvm::MCSymbol* Label
Method Overview
- public DIELabel(const llvm::MCSymbol * L)
- public void emitValue(const llvm::AsmPrinter * AP, dwarf::Form Form) const
- public const llvm::MCSymbol * getValue() const
- public void print(llvm::raw_ostream & O) const
- public unsigned int sizeOf(const dwarf::FormParams & FormParams, dwarf::Form Form) const
Methods
¶DIELabel(const llvm::MCSymbol* L)
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
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
¶const llvm::MCSymbol* getValue() const
const llvm::MCSymbol* getValue() const
Description
Get MCSymbol.
Declared at: llvm/include/llvm/CodeGen/DIE.h:225
¶void print(llvm::raw_ostream& O) const
void print(llvm::raw_ostream& O) const
Declared at: llvm/include/llvm/CodeGen/DIE.h:230
Parameters
¶unsigned int sizeOf(
const dwarf::FormParams& FormParams,
dwarf::Form Form) const
unsigned int sizeOf(
const dwarf::FormParams& FormParams,
dwarf::Form Form) const
Declared at: llvm/include/llvm/CodeGen/DIE.h:228
Parameters
- const dwarf::FormParams& FormParams
- dwarf::Form Form