Searched refs:LoadIntFromMemory (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1077 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory() 1119 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 2264 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APInt.cpp | 3039 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7097 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()
|