Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h113 llvm::LoadIntFromMemory( in deserialize()
H A DFloating.h186 llvm::LoadIntFromMemory(API, (const uint8_t *)Buff, Size / 8); in bitcastFromMemory()
H A DIntegralAP.h209 llvm::LoadIntFromMemory(V, (const uint8_t *)Src, BitWidth / 8); in bitcastFromMemory()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1099 LoadIntFromMemory(Result.IntVal, (uint8_t*)Ptr, LoadBytes); in LoadValueFromMemory()
1141 LoadIntFromMemory(Result.AggregateVal[i].IntVal, in LoadValueFromMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2420 LLVM_ABI void LoadIntFromMemory(APInt &IntVal, const uint8_t *Src,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3077 void llvm::LoadIntFromMemory(APInt &IntVal, const uint8_t *Src, in LoadIntFromMemory() function in llvm
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7645 llvm::LoadIntFromMemory(Val, &*Bytes.begin(), Bytes.size()); in visit()
7792 llvm::LoadIntFromMemory(SValInt, &*Bytes.begin(), Bytes.size()); in visit()