LLVM: llvm::DbgVariableFragmentInfo Struct Reference (original) (raw)
#include "[llvm/IR/DbgVariableFragmentInfo.h](DbgVariableFragmentInfo%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DbgVariableFragmentInfo ()=default | |
| DbgVariableFragmentInfo (uint64_t SizeInBits, uint64_t OffsetInBits) | |
| uint64_t | startInBits () const |
| Return the index of the first bit of the fragment. | |
| uint64_t | endInBits () const |
| Return the index of the bit after the end of the fragment, e.g. |
Definition at line 18 of file DbgVariableFragmentInfo.h.
| llvm::DbgVariableFragmentInfo::DbgVariableFragmentInfo ( ) | default |
|---|
◆ DbgVariableFragmentInfo() [2/2]
| llvm::DbgVariableFragmentInfo::DbgVariableFragmentInfo ( uint64_t SizeInBits, uint64_t OffsetInBits ) | inline |
|---|
◆ endInBits()
| uint64_t llvm::DbgVariableFragmentInfo::endInBits ( ) const | inline |
|---|
◆ intersect()
◆ startInBits()
| uint64_t llvm::DbgVariableFragmentInfo::startInBits ( ) const | inline |
|---|
◆ OffsetInBits
uint64_t llvm::DbgVariableFragmentInfo::OffsetInBits
◆ SizeInBits
uint64_t llvm::DbgVariableFragmentInfo::SizeInBits
The documentation for this struct was generated from the following file:
- include/llvm/IR/DbgVariableFragmentInfo.h