Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1027 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory()
1054 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h2295 void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, unsigned StoreBytes);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp153 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp3064 void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function in llvm
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6923 llvm::StoreIntToMemory(AdjustedVal, &*Bytes.begin(), Width / 8); in visitInt()