Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::bitc |
|
|
enum | llvm::BitstreamWrapperHeader : unsigned {
llvm::BWH_MagicField = 0 * 4
, llvm::BWH_VersionField = 1 * 4
, llvm::BWH_OffsetField = 2 * 4
, llvm::BWH_SizeField = 3 * 4
,
llvm::BWH_CPUTypeField = 4 * 4
, llvm::BWH_HeaderSize = 5 * 4
} |
| Offsets of the 32-bit fields of bitstream wrapper header. More...
|
|
enum | llvm::bitc::StandardWidths { llvm::bitc::BlockIDWidth = 8
, llvm::bitc::CodeLenWidth = 4
, llvm::bitc::BlockSizeWidth = 32
} |
|
enum | llvm::bitc::FixedAbbrevIDs {
llvm::bitc::END_BLOCK = 0
, llvm::bitc::ENTER_SUBBLOCK = 1
, llvm::bitc::DEFINE_ABBREV = 2
, llvm::bitc::UNABBREV_RECORD = 3
,
llvm::bitc::FIRST_APPLICATION_ABBREV = 4
} |
|
enum | llvm::bitc::StandardBlockIDs { llvm::bitc::BLOCKINFO_BLOCK_ID = 0
, llvm::bitc::FIRST_APPLICATION_BLOCKID = 8
} |
| StandardBlockIDs - All bitcode files can optionally include a BLOCKINFO block, which contains metadata about other blocks in the file. More...
|
|
enum | llvm::bitc::BlockInfoCodes { llvm::bitc::BLOCKINFO_CODE_SETBID = 1
, llvm::bitc::BLOCKINFO_CODE_BLOCKNAME = 2
, llvm::bitc::BLOCKINFO_CODE_SETRECORDNAME = 3
} |
| BlockInfoCodes - The blockinfo block contains metadata about user-defined blocks. More...
|
|