Searched refs:LoadIntFromMemory (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Floating.h | 133 llvm::LoadIntFromMemory(API, (const uint8_t *)Buff, Size / 8); in bitcastFromMemory()
|
H A D | IntegralAP.h | 289 llvm::LoadIntFromMemory(Val.V, (const uint8_t *)Buff + sizeof(uint32_t), in deserialize()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 720 llvm::LoadIntFromMemory(m_integer, data.GetDataStart(), byte_size); in SetValueFromData() 724 llvm::LoadIntFromMemory(m_integer, buffer.data(), byte_size); in SetValueFromData()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1103 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory() 1145 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 2364 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 3046 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 | 7331 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit() 7483 llvm::LoadIntFromMemory(SValInt, &*Bytes.begin(), Bytes.size()); in visit()
|