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

A simple label difference DIE. More...

#include "llvm/CodeGen/DIE.h"

Public Member Functions

 DIEDelta (const MCSymbol *Hi, const MCSymbol *Lo)
 
void EmitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit delta value. More...
 
unsigned SizeOf (const AsmPrinter *AP, dwarf::Form Form) const
 SizeOf - Determine size of delta value in bytes. More...
 
void print (raw_ostream &O) const
 

Detailed Description

A simple label difference DIE.

Definition at line 236 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEDelta()

llvm::DIEDelta::DIEDelta ( const MCSymbol Hi,
const MCSymbol Lo 
)
inline

Definition at line 241 of file DIE.h.

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

Member Function Documentation

◆ EmitValue()

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

EmitValue - Emit delta value.

Definition at line 515 of file DIE.cpp.

References llvm::AsmPrinter::EmitLabelDifference().

◆ print()

LLVM_DUMP_METHOD void DIEDelta::print ( raw_ostream O) const

Definition at line 529 of file DIE.cpp.

◆ SizeOf()

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

SizeOf - Determine size of delta value in bytes.

Definition at line 521 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: