LLVM 22.0.0git
llvm::BCDumpOptions Struct Reference

#include "llvm/Bitcode/BitcodeAnalyzer.h"

Public Member Functions

 BCDumpOptions (raw_ostream &OS)

Public Attributes

raw_ostreamOS
 The stream.
bool Histogram = false
 Print per-code histogram.
bool Symbolic = false
 Don't emit numeric info in dump if symbolic info is available.
bool ShowBinaryBlobs = false
 Print binary blobs using hex escapes.
bool DumpBlockinfo = false
 Print BLOCKINFO block details.

Detailed Description

Definition at line 38 of file BitcodeAnalyzer.h.

Constructor & Destructor Documentation

◆ BCDumpOptions()

llvm::BCDumpOptions::BCDumpOptions ( raw_ostream & OS)
inline

Definition at line 50 of file BitcodeAnalyzer.h.

References OS.

Member Data Documentation

◆ DumpBlockinfo

bool llvm::BCDumpOptions::DumpBlockinfo = false

Print BLOCKINFO block details.

Definition at line 48 of file BitcodeAnalyzer.h.

◆ Histogram

bool llvm::BCDumpOptions::Histogram = false

Print per-code histogram.

Definition at line 42 of file BitcodeAnalyzer.h.

◆ OS

raw_ostream& llvm::BCDumpOptions::OS

The stream.

Definition at line 40 of file BitcodeAnalyzer.h.

Referenced by BCDumpOptions().

◆ ShowBinaryBlobs

bool llvm::BCDumpOptions::ShowBinaryBlobs = false

Print binary blobs using hex escapes.

Definition at line 46 of file BitcodeAnalyzer.h.

◆ Symbolic

bool llvm::BCDumpOptions::Symbolic = false

Don't emit numeric info in dump if symbolic info is available.

Definition at line 44 of file BitcodeAnalyzer.h.


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