Searched refs:LoadIntFromMemory (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | FixedPoint.h | 113 llvm::LoadIntFromMemory( in deserialize()
|
| H A D | Floating.h | 186 llvm::LoadIntFromMemory(API, (const uint8_t *)Buff, Size / 8); in bitcastFromMemory()
|
| H A D | IntegralAP.h | 209 llvm::LoadIntFromMemory(V, (const uint8_t *)Src, BitWidth / 8); in bitcastFromMemory()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 719 llvm::LoadIntFromMemory(m_integer, data.GetDataStart(), byte_size); in SetValueFromData() 723 llvm::LoadIntFromMemory(m_integer, buffer.data(), byte_size); in SetValueFromData()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1099 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory() 1141 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 2420 LLVM_ABI void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 3077 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7645 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit() 7792 llvm::LoadIntFromMemory(SValInt, &*Bytes.begin(), Bytes.size()); in visit()
|