LLVM 20.0.0git
|
This struct describes target specific location. More...
#include "CodeGen/AsmPrinter/DebugLocEntry.h"
Public Member Functions | |
TargetIndexLocation ()=default | |
TargetIndexLocation (unsigned Idx, int64_t Offset) | |
bool | operator== (const TargetIndexLocation &Other) const |
Public Attributes | |
int | Index |
int | Offset |
This struct describes target specific location.
Definition at line 24 of file DebugLocEntry.h.
|
default |
|
inline |
Definition at line 29 of file DebugLocEntry.h.
|
inline |
Definition at line 32 of file DebugLocEntry.h.
References Offset, and llvm::Other.
int llvm::TargetIndexLocation::Index |
Definition at line 25 of file DebugLocEntry.h.
Referenced by llvm::DwarfDebug::emitDebugLocValue().
int llvm::TargetIndexLocation::Offset |
Definition at line 26 of file DebugLocEntry.h.
Referenced by llvm::DwarfDebug::emitDebugLocValue(), and operator==().