LLDB mainline
Static Public Member Functions | List of all members
llvm::format_provider< lldb_private::MemoryRegionInfo::OptionalBool > Struct Reference

If Options is empty, prints a textual representation of the value. More...

#include <MemoryRegionInfo.h>

Static Public Member Functions

static void format (const lldb_private::MemoryRegionInfo::OptionalBool &B, raw_ostream &OS, StringRef Options)
 

Detailed Description

If Options is empty, prints a textual representation of the value.

If Options is a single character, it uses that character for the "yes" value, while "no" is printed as "-", and "don't know" as "?". This can be used to print the permissions in the traditional "rwx" form.

Definition at line 185 of file MemoryRegionInfo.h.

Member Function Documentation

◆ format()

static void llvm::format_provider< lldb_private::MemoryRegionInfo::OptionalBool >::format ( const lldb_private::MemoryRegionInfo::OptionalBool B,
raw_ostream &  OS,
StringRef  Options 
)
static

The documentation for this struct was generated from the following file: