|
LLVM
8.0.1
|
Basic information extracted from a bitcode module to be used for LTO. More...
#include "llvm/Bitcode/BitcodeReader.h"

Public Attributes | |
| bool | IsThinLTO |
| bool | HasSummary |
| bool | EnableSplitLTOUnit |
Basic information extracted from a bitcode module to be used for LTO.
Definition at line 51 of file BitcodeReader.h.
| bool llvm::BitcodeLTOInfo::EnableSplitLTOUnit |
Definition at line 54 of file BitcodeReader.h.
| bool llvm::BitcodeLTOInfo::HasSummary |
Definition at line 53 of file BitcodeReader.h.
| bool llvm::BitcodeLTOInfo::IsThinLTO |
Definition at line 52 of file BitcodeReader.h.
1.8.13