class DIELocList

Declaration

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

Description

Represents a pointer to a location list in the debug_loc section.

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

Method Overview

  • public DIELocList(size_t I)
  • public void EmitValue(const llvm::AsmPrinter * AP, dwarf::Form Form) const
  • public unsigned int SizeOf(const llvm::AsmPrinter * AP, dwarf::Form Form) const
  • public size_t getValue() const
  • public void print(llvm::raw_ostream & O) const

Methods

DIELocList(size_t I)

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

Parameters

size_t I

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

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

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:342

Parameters

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

size_t getValue() const

Description

Grab the current index out.

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

void print(llvm::raw_ostream& O) const

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

Parameters

llvm::raw_ostream& O