enum mapped_file_region::mapmode

Declared at: llvm/include/llvm/Support/FileSystem.h:1162

Enumerators

NameValueComment
readonly0May only access map via const_data as read only.
readwrite1May access map via data and modify it. Written to path.
priv2May modify via data, but changes are lost on destruction.