Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp181 DCHECK_EQ(os_handle_, ZX_HANDLE_INVALID); in Init()
193 os_handle_ = vmar; in Init()
229 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, in Map()
235 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, true); in MapOrDie()
256 const zx_handle_t vmar = static_cast<zx_handle_t>(os_handle_); in Unmap()
262 os_handle_ = static_cast<uptr>(ZX_HANDLE_INVALID); in Unmap()
H A Dsanitizer_posix_libcdep.cpp342 (void)os_handle_; // unsupported in Init()
H A Dsanitizer_win.cpp330 (void)os_handle_; // unsupported in Init()
H A Dsanitizer_common.h195 uptr os_handle_; variable