Searched refs:DebugLogging (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 bool DebugLogging = false, bool VerifyEach = false,
31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {}
33 bool DebugLogging; member in class:llvm::LLVMPassBuilderOptions
51 bool Debug = PassOpts->DebugLogging;
92 LLVMBool DebugLogging) {
93 unwrap(Options)->DebugLogging = DebugLogging;
91 LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, LLVMBool DebugLogging) argument
H A DStandardInstrumentations.cpp847 if (!ShouldRun && DebugLogging) {
1140 if (DebugLogging)
1155 if (DebugLogging)
1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts)
1217 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging),
1224 Verify(DebugLogging), VerifyEach(VerifyEach) {}
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} argument
73 bool DebugLogging; member in class:llvm::OptNoneInstrumentation
406 bool DebugLogging; member in class:VerifyInstrumentation
409 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} argument
430 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h66 LLVMBool DebugLogging);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp55 enum class DebugLogging { None, Normal, Verbose }; class
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;
296 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h135 MachineFunctionPassManager(bool DebugLogging = false,

Completed in 262 milliseconds