|
LLVM 24.0.0git
|
FileOffset is a wrapper around uint64_t to represent the offset of data from the beginning of the file. More...
#include "llvm/CAS/FileOffset.h"
Public Member Functions | |
| uint64_t | get () const |
| operator bool () const | |
| FileOffset ()=default | |
| FileOffset (uint64_t Offset) | |
FileOffset is a wrapper around uint64_t to represent the offset of data from the beginning of the file.
Definition at line 24 of file FileOffset.h.
|
default |
|
inlineexplicit |
Definition at line 31 of file FileOffset.h.
References uint64_t.
|
inline |
Definition at line 26 of file FileOffset.h.
References uint64_t.
Referenced by getStandalonePath(), and llvm::cas::ondisk::OnDiskGraphDB::store().
|
inlineexplicit |
Definition at line 28 of file FileOffset.h.