LLVM  8.0.1
Public Member Functions | List of all members
llvm::DIELabel Class Reference

A label DIE. More...

#include "llvm/CodeGen/DIE.h"

Public Member Functions

 DIELabel (const MCSymbol *L)
 
const MCSymbolgetValue () const
 Get MCSymbol. More...
 
void EmitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit label value. More...
 
unsigned SizeOf (const AsmPrinter *AP, dwarf::Form Form) const
 SizeOf - Determine size of label value in bytes. More...
 
void print (raw_ostream &O) const
 

Detailed Description

A label DIE.

Definition at line 218 of file DIE.h.

Constructor & Destructor Documentation

◆ DIELabel()

llvm::DIELabel::DIELabel ( const MCSymbol L)
inlineexplicit

Definition at line 222 of file DIE.h.

Member Function Documentation

◆ EmitValue()

void DIELabel::EmitValue ( const AsmPrinter AP,
dwarf::Form  Form 
) const

EmitValue - Emit label value.

Definition at line 489 of file DIE.cpp.

References llvm::AsmPrinter::EmitLabelReference().

◆ getValue()

const MCSymbol* llvm::DIELabel::getValue ( ) const
inline

Get MCSymbol.

Definition at line 225 of file DIE.h.

References llvm::RISCVFenceField::O, and print().

◆ print()

LLVM_DUMP_METHOD void DIELabel::print ( raw_ostream O) const

Definition at line 507 of file DIE.cpp.

◆ SizeOf()

unsigned DIELabel::SizeOf ( const AsmPrinter AP,
dwarf::Form  Form 
) const

SizeOf - Determine size of label value in bytes.

Definition at line 499 of file DIE.cpp.

References llvm::MCAsmInfo::getCodePointerSize(), LLVM_DUMP_METHOD, and llvm::AsmPrinter::MAI.


The documentation for this class was generated from the following files: