LLVM 22.0.0git
|
#include "llvm/Bitcode/BitcodeAnalyzer.h"
Public Member Functions | |
BCDumpOptions (raw_ostream &OS) |
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.
|
inline |
Definition at line 50 of file BitcodeAnalyzer.h.
References OS.
bool llvm::BCDumpOptions::DumpBlockinfo = false |
Print BLOCKINFO block details.
Definition at line 48 of file BitcodeAnalyzer.h.
bool llvm::BCDumpOptions::Histogram = false |
Print per-code histogram.
Definition at line 42 of file BitcodeAnalyzer.h.
raw_ostream& llvm::BCDumpOptions::OS |
bool llvm::BCDumpOptions::ShowBinaryBlobs = false |
Print binary blobs using hex escapes.
Definition at line 46 of file BitcodeAnalyzer.h.
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.