Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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