Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp123 inline void Metadata::SetLsanTag(__lsan::ChunkTag tag) { in SetLsanTag() function in __hwasan::Metadata
259 meta->SetLsanTag(__lsan::DisabledInThisThread() ? __lsan::kIgnored in HwasanAllocate()
615 m->SetLsanTag(value); in set_tag()
647 metadata->SetLsanTag(kIgnored); in IgnoreObject()
H A Dhwasan_allocator.h50 inline void SetLsanTag(__lsan::ChunkTag tag);