Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h51 inline __lsan::ChunkTag GetLsanTag() const;
H A Dhwasan_allocator.cpp127 inline __lsan::ChunkTag Metadata::GetLsanTag() const { in GetLsanTag() function in __hwasan::Metadata
610 return m->GetLsanTag(); in tag()
644 if (metadata->GetLsanTag() == kIgnored) in IgnoreObject()