LLVM 20.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 37 of file BitcodeAnalyzer.h.
|
inline |
Definition at line 49 of file BitcodeAnalyzer.h.
bool llvm::BCDumpOptions::DumpBlockinfo = false |
Print BLOCKINFO block details.
Definition at line 47 of file BitcodeAnalyzer.h.
bool llvm::BCDumpOptions::Histogram = false |
Print per-code histogram.
Definition at line 41 of file BitcodeAnalyzer.h.
raw_ostream& llvm::BCDumpOptions::OS |
The stream.
Definition at line 39 of file BitcodeAnalyzer.h.
bool llvm::BCDumpOptions::ShowBinaryBlobs = false |
Print binary blobs using hex escapes.
Definition at line 45 of file BitcodeAnalyzer.h.
bool llvm::BCDumpOptions::Symbolic = false |
Don't emit numeric info in dump if symbolic info is available.
Definition at line 43 of file BitcodeAnalyzer.h.