Home
last modified time | relevance | path

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

/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