|
LLVM 24.0.0git
|
#include "llvm/CAS/OnDiskGraphDB.h"
Public Attributes | |
| std::string | FilePath |
| The file path of the object node. | |
| bool | IsFileNulTerminated |
| Whether the file of the object leaf node has an extra nul appended at the end. | |
Definition at line 340 of file OnDiskGraphDB.h.
| std::string llvm::cas::ondisk::OnDiskGraphDB::FileBackedData::FileInfoTy::FilePath |
The file path of the object node.
Definition at line 342 of file OnDiskGraphDB.h.
| bool llvm::cas::ondisk::OnDiskGraphDB::FileBackedData::FileInfoTy::IsFileNulTerminated |
Whether the file of the object leaf node has an extra nul appended at the end.
If the file is copied the extra nul needs to be removed.
Definition at line 345 of file OnDiskGraphDB.h.