Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocator.h50 inline __lsan::ChunkTag GetLsanTag() const;
Dhwasan_allocator.cpp117 inline __lsan::ChunkTag Metadata::GetLsanTag() const { in GetLsanTag() function in __hwasan::Metadata
554 return m->GetLsanTag(); in tag()
589 if (metadata->GetLsanTag() == kIgnored) in IgnoreObjectLocked()