class DbgValueLocation

Declaration

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

Description

Describes a location by number along with some flags about the original usage of the location.

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:101

Method Overview

Methods

DbgValueLocation(unsigned int LocNo,
                 bool WasIndirect)

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:103

Parameters

unsigned int LocNo
bool WasIndirect

DbgValueLocation()

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:109

DbgValueLocation changeLocNo(
    unsigned int NewLocNo) const

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:118

Parameters

unsigned int NewLocNo

bool isUndef() const

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:116

unsigned int locNo() const

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:111

bool wasIndirect() const

Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:115