Searched refs:StoreIntToMemory (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Floating.h | 149 llvm::StoreIntToMemory(API, (uint8_t *)(Buff + sizeof(void *)), in serialize()
|
H A D | IntegralAP.h | 280 llvm::StoreIntToMemory(V, (uint8_t *)(Buff + sizeof(uint32_t)), in serialize()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1050 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 D | Scalar.cpp | 118 StoreIntToMemory(val, storage.data(), (val.getBitWidth() + 7) / 8); in GetBytes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 2360 void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, unsigned StoreBytes);
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 155 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 3020 void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function in llvm
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7215 llvm::StoreIntToMemory(Res, &*Bytes.begin(), NElts / 8); in visitVector() 7239 llvm::StoreIntToMemory(AdjustedVal, &*Bytes.begin(), Width / 8); in visitInt()
|