#include "llvm/Object/GOFF.h"
|
static void | getBits (const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, uint8_t Length, uint8_t &Value) |
| Get bit field of specified byte.
|
|
template<class T > |
static void | get (const uint8_t *Bytes, uint8_t ByteIndex, T &Value) |
|
Definition at line 76 of file GOFF.h.
◆ getData()
◆ getDataLength()
static void llvm::object::TXTRecord::getDataLength |
( |
const uint8_t * |
Record, |
|
|
uint16_t & |
Length |
|
) |
| |
|
inlinestatic |
◆ getElementEsdId()
static void llvm::object::TXTRecord::getElementEsdId |
( |
const uint8_t * |
Record, |
|
|
uint32_t & |
EsdId |
|
) |
| |
|
inlinestatic |
◆ getOffset()
static void llvm::object::TXTRecord::getOffset |
( |
const uint8_t * |
Record, |
|
|
uint32_t & |
Offset |
|
) |
| |
|
inlinestatic |
◆ TXTMaxDataLength
const uint8_t llvm::object::TXTRecord::TXTMaxDataLength = 56 |
|
static |
Maximum length of data; any more must go in continuation.
Definition at line 79 of file GOFF.h.
The documentation for this class was generated from the following files: