Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPassManager.h184 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
250 bool DebugLogging; variable
421 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument
576 bool DebugLogging; variable
/minix3/external/bsd/llvm/dist/llvm/tools/opt/
H A DPasses.cpp200 bool VerifyEachPass, bool DebugLogging) { in parseFunctionPassPipeline()
238 bool DebugLogging) { in parseCGSCCPassPipeline()
289 bool VerifyEachPass, bool DebugLogging) { in parseModulePassPipeline()
358 bool VerifyEachPass, bool DebugLogging) { in parsePassPipeline()