LLVM  8.0.1
Functions
DataExtractor.cpp File Reference
#include "llvm/Support/DataExtractor.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/SwapByteOrder.h"
Include dependency graph for DataExtractor.cpp:

Go to the source code of this file.

Functions

template<typename T >
static T getU (uint32_t *offset_ptr, const DataExtractor *de, bool isLittleEndian, const char *Data)
 
template<typename T >
static TgetUs (uint32_t *offset_ptr, T *dst, uint32_t count, const DataExtractor *de, bool isLittleEndian, const char *Data)
 

Function Documentation

◆ getU()

template<typename T >
static T getU ( uint32_t offset_ptr,
const DataExtractor de,
bool  isLittleEndian,
const char Data 
)
static

◆ getUs()

template<typename T >
static T* getUs ( uint32_t offset_ptr,
T dst,
uint32_t  count,
const DataExtractor de,
bool  isLittleEndian,
const char Data 
)
static