Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1027 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory()
1054 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp117 StoreIntToMemory(val, storage.data(), (val.getBitWidth() + 7) / 8); in GetBytes()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h2308 void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, unsigned StoreBytes);
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp156 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp3009 void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function in llvm
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7012 llvm::StoreIntToMemory(AdjustedVal, &*Bytes.begin(), Width / 8); in visitInt()