Home
last modified time | relevance | path

Searched refs:LoadIntFromMemory (Results 1 – 7 of 7) 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()
H A DIntegralAP.h289 llvm::LoadIntFromMemory(Val.V, (const uint8_t *)Buff + sizeof(uint32_t), in deserialize()
/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.h2364 void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, unsigned LoadBytes);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3046 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7331 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()
7483 llvm::LoadIntFromMemory(SValInt, &*Bytes.begin(), Bytes.size()); in visit()