class DebugLocDwarfExpression

Declaration

class DebugLocDwarfExpression : public DwarfExpression { /* full declaration omitted */ };

Description

DwarfExpression implementation for .debug_loc entries.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h:347

Inherits from: DwarfExpression

Member Variables

Inherited from DwarfExpression:

protected IsEmittingEntryValue = false
protected CU
protected DwarfRegs
protected OffsetInBits = 0
protected SubRegisterSizeInBits
protected SubRegisterOffsetInBits
protected LocationKind
protected LocationFlags
protected DwarfVersion
public TagOffset

Method Overview

  • public DebugLocDwarfExpression(unsigned int DwarfVersion, llvm::BufferByteStreamer & BS, llvm::DwarfCompileUnit & CU)

Inherited from DwarfExpression:

Methods

ΒΆDebugLocDwarfExpression(
    unsigned int DwarfVersion,
    llvm::BufferByteStreamer& BS,
    llvm::DwarfCompileUnit& CU)

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h:378

Parameters

unsigned int DwarfVersion
llvm::BufferByteStreamer& BS
llvm::DwarfCompileUnit& CU