enum mapped_file_region::mapmode
Declared at: llvm/include/llvm/Support/FileSystem.h:1162
Enumerators
Name | Value | Comment |
---|---|---|
readonly | 0 | May only access map via const_data as read only. |
readwrite | 1 | May access map via data and modify it. Written to path. |
priv | 2 | May modify via data, but changes are lost on destruction. |