Represents the location at which a variable is stored.

Synopsis

Declared in <llvm/CodeGen/DebugHandlerBase.h>

struct DbgVariableLocation;

Static Member Functions

Name

Description

extractFromMachineInstruction

Extract a variable location from a machine instruction.

Data Members

Name

Description

FragmentInfo

Present if the location is part of a larger variable.

LoadChain

Chain of offsetted loads necessary to load the value if it lives in memory. Every load except for the last is pointer‐sized.

Register

Base register.

Created with MrDocs