Home
last modified time | relevance | path

Searched defs:DebugLogging (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DPassManager.h185 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
252 bool DebugLogging; variable
423 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
584 bool DebugLogging; variable
/external/llvm/lib/Passes/
DPassBuilder.cpp216 bool DebugLogging) { in parseFunctionPassPipeline()
255 bool DebugLogging) { in parseCGSCCPassPipeline()
307 bool DebugLogging) { in parseModulePassPipeline()
377 bool DebugLogging) { in parsePassPipeline()