Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h133 llvm::LoadIntFromMemory(API, (const uint8_t *)Buff, Size / 8); in bitcastFromMemory()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp720 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 DExecutionEngine.cpp1103 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 DAPInt.h2308 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3054 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7270 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()
7425 llvm::LoadIntFromMemory(SValInt, &*Bytes.begin(), Bytes.size()); in visit()