|
LLVM 23.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 336 of file OnDiskGraphDB.h.
| std::string llvm::cas::ondisk::OnDiskGraphDB::FileBackedData::FileInfoTy::FilePath |
The file path of the object node.
Definition at line 338 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 341 of file OnDiskGraphDB.h.