Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp719 llvm::LoadIntFromMemory(m_integer, data.GetDataStart(), byte_size); in SetValueFromData()
723 llvm::LoadIntFromMemory(m_integer, buffer.data(), byte_size); in SetValueFromData()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1077 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()
1119 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h2312 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp3035 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7104 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()