Represents the location at which a variable is stored.
Synopsis
Declared in <llvm/CodeGen/DebugHandlerBase.h>
struct DbgVariableLocation;
Static Member Functions
Name |
Description |
Extract a variable location from a machine instruction. |
Data Members
Name |
Description |
Present if the location is part of a larger variable. |
|
Chain of offsetted loads necessary to load the value if it lives in memory. Every load except for the last is pointer‐sized. |
|
Base register. |
Created with MrDocs