|
LLVM 22.0.0git
|
#include "llvm/CodeGen/StackMaps.h"
Public Member Functions | |
| CallsiteInfo ()=default | |
| CallsiteInfo (const MCExpr *CSOffsetExpr, uint64_t ID, LocationVec &&Locations, LiveOutVec &&LiveOuts) | |
Public Attributes | |
| const MCExpr * | CSOffsetExpr = nullptr |
| uint64_t | ID = 0 |
| LocationVec | Locations |
| LiveOutVec | LiveOuts |
Definition at line 321 of file StackMaps.h.
|
default |
|
inline |
Definition at line 328 of file StackMaps.h.
References CSOffsetExpr, ID, LiveOuts, Locations, and llvm::move().
Definition at line 322 of file StackMaps.h.
Referenced by CallsiteInfo().
| uint64_t llvm::StackMaps::CallsiteInfo::ID = 0 |
Definition at line 323 of file StackMaps.h.
Referenced by CallsiteInfo().
| LiveOutVec llvm::StackMaps::CallsiteInfo::LiveOuts |
Definition at line 325 of file StackMaps.h.
Referenced by CallsiteInfo().
| LocationVec llvm::StackMaps::CallsiteInfo::Locations |
Definition at line 324 of file StackMaps.h.
Referenced by CallsiteInfo().