Fabcoin Core  0.16.2
P2P Digital Currency
Static Public Member Functions | Static Private Member Functions | List of all members
dev::eth::jit::Endianness Struct Reference

#include <Endianness.h>

Static Public Member Functions

static llvm::Value * toBE (IRBuilder &_builder, llvm::Value *_word)
 
static llvm::Value * toNative (IRBuilder &_builder, llvm::Value *_word)
 

Static Private Member Functions

static llvm::Value * bswapIfLE (IRBuilder &_builder, llvm::Value *_word)
 

Detailed Description

Definition at line 12 of file Endianness.h.

Member Function Documentation

llvm::Value * dev::eth::jit::Endianness::bswapIfLE ( IRBuilder _builder,
llvm::Value *  _word 
)
staticprivate

Definition at line 17 of file Endianness.cpp.

Here is the caller graph for this function:

static llvm::Value* dev::eth::jit::Endianness::toBE ( IRBuilder _builder,
llvm::Value *  _word 
)
inlinestatic

Definition at line 14 of file Endianness.h.

Here is the call graph for this function:

Here is the caller graph for this function:

static llvm::Value* dev::eth::jit::Endianness::toNative ( IRBuilder _builder,
llvm::Value *  _word 
)
inlinestatic

Definition at line 15 of file Endianness.h.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this struct was generated from the following files: