Home
last modified time | relevance | path

Searched refs:LoadIntFromMemory (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DScalar.cpp719 llvm::LoadIntFromMemory(m_integer, data.GetDataStart(), byte_size); in SetValueFromData()
723 llvm::LoadIntFromMemory(m_integer, buffer.data(), byte_size); in SetValueFromData()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1077 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()
1119 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h2292 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp3086 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp7015 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()