LLVM 20.0.0git
|
Represents an entry-value location, or a fragment of one. More...
#include "CodeGen/AsmPrinter/DwarfDebug.h"
Public Attributes | |
MCRegister | Reg |
const DIExpression & | Expr |
Friends | |
bool | operator< (const EntryValueInfo &LHS, const EntryValueInfo &RHS) |
Operator enabling sorting based on fragment offset. | |
Represents an entry-value location, or a fragment of one.
Definition at line 120 of file DwarfDebug.h.
|
friend |
Operator enabling sorting based on fragment offset.
const DIExpression& llvm::EntryValueInfo::Expr |
Definition at line 122 of file DwarfDebug.h.
MCRegister llvm::EntryValueInfo::Reg |
Definition at line 121 of file DwarfDebug.h.