LLVM 20.0.0git
|
#include "llvm/Support/FileSystem/UniqueID.h"
Public Member Functions | |
UniqueID ()=default | |
UniqueID (uint64_t Device, uint64_t File) | |
bool | operator== (const UniqueID &Other) const |
bool | operator!= (const UniqueID &Other) const |
bool | operator< (const UniqueID &Other) const |
uint64_t | getDevice () const |
uint64_t | getFile () const |
Definition at line 26 of file UniqueID.h.
|
default |
Definition at line 32 of file UniqueID.h.
|
inline |
Definition at line 47 of file UniqueID.h.
|
inline |
Definition at line 48 of file UniqueID.h.
Referenced by llvm::vfs::getDirectoryID(), and llvm::vfs::getFileID().
Definition at line 37 of file UniqueID.h.
References llvm::Other.
Don't use std::tie since it bloats the compile time of this header.
Definition at line 38 of file UniqueID.h.
References llvm::Other.
Definition at line 34 of file UniqueID.h.
References llvm::Other.