LLVM 20.0.0git
|
space_info - Self explanatory. More...
#include "llvm/Support/FileSystem.h"
Public Attributes | |
uint64_t | capacity |
uint64_t | free |
uint64_t | available |
space_info - Self explanatory.
Definition at line 79 of file FileSystem.h.
uint64_t llvm::sys::fs::space_info::available |
Definition at line 82 of file FileSystem.h.
uint64_t llvm::sys::fs::space_info::capacity |
Definition at line 80 of file FileSystem.h.
uint64_t llvm::sys::fs::space_info::free |
Definition at line 81 of file FileSystem.h.
Referenced by llvm::pruneCache().