Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp103 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64() function
134 addr_t deref_addr = ReadUIntMax64(exe_scope, address, pointer_size, success); in ReadAddress()