15 return OS << llvm::formatv(
16 "MemoryRegionInfo([{0}, {1}), {2:r}{3:w}{4:x}, "
17 "{5}, `{6}`, {7}, {8}, {9}, {10}, {11}, {12})",
18 Info.GetRange().GetRangeBase(), Info.GetRange().GetRangeEnd(),
19 Info.GetReadable(), Info.GetWritable(), Info.GetExecutable(),
20 Info.GetMapped(), Info.GetName(), Info.GetFlash(),
21 Info.GetBlocksize(), Info.GetMemoryTagged(), Info.IsStackMemory(),
22 Info.IsShadowStack(), Info.GetProtectionKey());