Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DPrettyStackTrace.cpp64 static volatile std::atomic<unsigned> GlobalSigInfoGenerationCounter = variable
194 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in printForSigInfoIfNeeded()
295 GlobalSigInfoGenerationCounter.fetch_add(1, std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()
303 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()