Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp188 bool hasLogFile() const { return FileOS != nullptr; } in hasLogFile() function in __anon00e757230111::SplitModuleLogger
199 return hasLogFile() || (DebugFlag && isCurrentDebugType(DEBUG_TYPE)); in operator bool()
212 if (SML.hasLogFile()) in operator <<()