Searched refs:DebugLogging (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 33 bool DebugLogging; member in llvm::LLVMPassBuilderOptions 51 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() argument 93 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
|
H A D | StandardInstrumentations.cpp | 847 if (!ShouldRun && DebugLogging) { in shouldRun() 1140 if (DebugLogging) in registerCallbacks() 1155 if (DebugLogging) in registerCallbacks() 1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument 1217 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations() 1224 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 73 bool DebugLogging; 406 bool DebugLogging; variable 409 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 430 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 55 enum class DebugLogging { None, Normal, Verbose }; enum 57 static cl::opt<DebugLogging> DebugPM( 60 cl::init(DebugLogging::None), 62 clEnumValN(DebugLogging::Normal, "", ""), 64 DebugLogging::Verbose, "verbose", 295 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 296 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass, in runPassPipeline()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/ |
H A D | PassBuilder.h | 66 LLVMBool DebugLogging);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachinePassManager.h | 135 MachineFunctionPassManager(bool DebugLogging = false,
|