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