Home
last modified time | relevance | path

Searched refs:StoreIntToMemory (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h149 llvm::StoreIntToMemory(API, (uint8_t *)(Buff + sizeof(void *)), in serialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1050 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory()
1077 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp118 StoreIntToMemory(val, storage.data(), (val.getBitWidth() + 7) / 8); in GetBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2304 void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, unsigned StoreBytes);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp156 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3028 void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function in llvm
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7154 llvm::StoreIntToMemory(Res, &*Bytes.begin(), NElts / 8); in visitVector()
7178 llvm::StoreIntToMemory(AdjustedVal, &*Bytes.begin(), Width / 8); in visitInt()