LLVM: llvm::at::VarRecord Struct Reference (original) (raw)

Helper struct for trackAssignments, below. More...

#include "[llvm/IR/DebugInfo.h](llvm%5F2IR%5F2DebugInfo%5F8h%5Fsource.html)"

Detailed Description

Helper struct for trackAssignments, below.

We don't use the similar DebugVariable class because trackAssignments doesn't (yet?) understand partial variables (fragment info) as input and want to make that clear and explicit using types. In addition, eventually we will want to understand expressions that modify the base address too, which a DebugVariable doesn't capture.

Definition at line 236 of file DebugInfo.h.

Constructor & Destructor Documentation

VarRecord() [2/2]

operator<

operator==

Member Data Documentation

DL

Var


The documentation for this struct was generated from the following file: