Searched refs:GetMetaData (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h123 void *GetMetaData(const void *p) { function in class:CombinedAllocator
125 return primary_.GetMetaData(p);
126 return secondary_.GetMetaData(p);
H A Dsanitizer_allocator_primary32.h156 void *GetMetaData(const void *p) { function in class:SizeClassAllocator32
H A Dsanitizer_allocator_secondary.h173 void *GetMetaData(const void *p) { function in class:LargeMmapAllocator
H A Dsanitizer_allocator_primary64.h281 void *GetMetaData(const void *p) { function in class:SizeClassAllocator64
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp236 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
282 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr));
362 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old));
387 reinterpret_cast<Metadata*>(allocator.GetMetaData(block));
395 Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr);
512 __hwasan::allocator.GetMetaData(reinterpret_cast<void *>(chunk)));
530 __hwasan::allocator.GetMetaData(block));
541 chunk ? __hwasan::allocator.GetMetaData(reinterpret_cast<void *>(chunk))
584 __hwasan::allocator.GetMetaData(reinterpret_cast<void *>(chunk)));
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp118 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
131 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p));
148 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(old_p));
183 Metadata *b = (Metadata *)allocator.GetMetaData(p);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp183 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
205 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p));
231 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p));
267 Metadata *b = (Metadata *)allocator.GetMetaData(p);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp253 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x));
261 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x));
377 meta[i] = a->GetMetaData(x);
382 void *m = a->GetMetaData(allocated[idx]);
629 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(x));
643 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(p));
706 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x));
732 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x));
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp57 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p));

Completed in 202 milliseconds