Searched refs:LoadWritable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_local_address_space_view.h37 // undefined. Callers should use `LoadWritable()` to get access to memory
54 // by subsequent `Load()` or `LoadWritable()` calls provided the
58 // separate calls to `LoadWritable()`, it is implementation defined whether
68 static T *LoadWritable(T *target_address, uptr num_elements = 1) { function in struct:__sanitizer::LocalAddressSpaceView
H A Dsanitizer_allocator_secondary.h209 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_);
212 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i;

Completed in 129 milliseconds