LLVM 20.0.0git
|
#include "llvm/Bitcode/BitcodeCommon.h"
Public Types | |
using | AlignLower = Bitfield::Element< unsigned, 0, 5 > |
using | UsedWithInAlloca = Bitfield::Element< bool, AlignLower::NextBit, 1 > |
using | ExplicitType = Bitfield::Element< bool, UsedWithInAlloca::NextBit, 1 > |
using | SwiftError = Bitfield::Element< bool, ExplicitType::NextBit, 1 > |
using | AlignUpper = Bitfield::Element< unsigned, SwiftError::NextBit, 3 > |
Definition at line 21 of file BitcodeCommon.h.
using llvm::AllocaPackedValues::AlignLower = Bitfield::Element<unsigned, 0, 5> |
Definition at line 25 of file BitcodeCommon.h.
Definition at line 29 of file BitcodeCommon.h.
using llvm::AllocaPackedValues::ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1> |
Definition at line 27 of file BitcodeCommon.h.
Definition at line 28 of file BitcodeCommon.h.
Definition at line 26 of file BitcodeCommon.h.