Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp68 class LeakSuppressionContext { class
78 LeakSuppressionContext(const char *supprression_types[], in LeakSuppressionContext() function in __lsan::LeakSuppressionContext
94 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];
95 static LeakSuppressionContext *suppression_ctx = nullptr;
115 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes)); in InitializeSuppressions()
118 void LeakSuppressionContext::LazyInit() { in LazyInit()
128 static LeakSuppressionContext *GetSuppressionContext() { in GetSuppressionContext()
615 void LeakSuppressionContext::PrintMatchedSuppressions() { in PrintMatchedSuppressions()
761 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr()
782 Suppression *LeakSuppressionContext::GetSuppressionForStack( in GetSuppressionForStack()
[all …]