LLVM: llvm::GOFF::Flags Class Reference (original) (raw)

#include "[llvm/BinaryFormat/GOFF.h](BinaryFormat%5F2GOFF%5F8h%5Fsource.html)"

Public Member Functions
constexpr Flags ()=default
constexpr Flags (uint8_t BitIndex, uint8_t Length, uint8_t Value)
template<typename T>
constexpr void set (uint8_t BitIndex, uint8_t Length, T NewValue)
template<typename T>
constexpr T get (uint8_t BitIndex, uint8_t Length) const
constexpr operator uint8_t () const

Definition at line 176 of file GOFF.h.

Flags() [1/2]

llvm::GOFF::Flags::Flags ( ) constexprdefault

Flags() [2/2]

get()

operator uint8_t()

llvm::GOFF::Flags::operator uint8_t ( ) const inlineconstexpr

Definition at line 203 of file GOFF.h.

set()

template<typename T>

void llvm::GOFF::Flags::set ( uint8_t BitIndex, uint8_t Length, T NewValue ) inlineconstexpr

The documentation for this class was generated from the following file: