Searched refs:StoreIntToMemory (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1027 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory() 1054 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Scalar.cpp | 117 StoreIntToMemory(val, storage.data(), (val.getBitWidth() + 7) / 8); in GetBytes()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 2308 void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, unsigned StoreBytes);
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 156 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 3009 void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function in llvm
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7012 llvm::StoreIntToMemory(AdjustedVal, &*Bytes.begin(), Width / 8); in visitInt()
|