Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp365 bool DebugLogging) { in buildFunctionSimplificationPipeline()
587 bool DebugLogging) { in buildModuleSimplificationPipeline()
743 bool DebugLogging) { in buildModuleOptimizationPipeline()
895 bool DebugLogging) { in buildPerModuleDefaultPipeline()
960 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline()
1005 bool DebugLogging) { in buildLTOPreLinkDefaultPipeline()
1633 bool DebugLogging) { in parseCGSCCPass()
1883 bool DebugLogging) { in parseLoopPassPipeline()
1895 bool DebugLogging) { in parseFunctionPassPipeline()
1909 bool DebugLogging) { in parseCGSCCPassPipeline()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPassManager.h464 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
557 bool DebugLogging; variable
723 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function
1008 bool DebugLogging; variable
/freebsd-12.1/contrib/llvm/tools/opt/
H A DNewPMDriver.cpp146 bool DebugLogging) { in registerEPCallbacks()