Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp87 static LogWriter *getLog() XRAY_NEVER_INSTRUMENT { in getLog() function
120 pthread_once(&OnceInit, +[] { LW = getLog(); }); in getGlobalLog()