LLVM: llvm::BCDumpOptions Struct Reference (original) (raw)

#include "[llvm/Bitcode/BitcodeAnalyzer.h](BitcodeAnalyzer%5F8h%5Fsource.html)"

Public Attributes
raw_ostream & OS
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.

Definition at line 38 of file BitcodeAnalyzer.h.

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

DumpBlockinfo

bool llvm::BCDumpOptions::DumpBlockinfo = false

Histogram

bool llvm::BCDumpOptions::Histogram = false

OS

ShowBinaryBlobs

bool llvm::BCDumpOptions::ShowBinaryBlobs = false

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: