Home
last modified time | relevance | path

Searched refs:readMemoryAtAddr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h48 uint64_t readMemoryAtAddr(uint64_t Addr, unsigned Size) const;
DRuntimeDyldChecker.cpp535 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()
761 uint64_t RuntimeDyldCheckerImpl::readMemoryAtAddr(uint64_t SrcAddr, in readMemoryAtAddr() function in RuntimeDyldCheckerImpl
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h47 uint64_t readMemoryAtAddr(uint64_t Addr, unsigned Size) const;
DRuntimeDyldChecker.cpp536 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()
748 uint64_t RuntimeDyldCheckerImpl::readMemoryAtAddr(uint64_t SrcAddr, in readMemoryAtAddr() function in RuntimeDyldCheckerImpl