Home
last modified time | relevance | path

Searched refs:PrintPassOpts (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp294 PrintPassOptions PrintPassOpts; in runPassPipeline() local
295 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline()
297 PrintPassOpts); in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1276 PrintPassOptions PrintPassOpts; in EmitAssemblyWithNewPassManager() local
1277 PrintPassOpts.Indent = DebugPassStructure; in EmitAssemblyWithNewPassManager()
1278 PrintPassOpts.SkipAnalyses = DebugPassStructure; in EmitAssemblyWithNewPassManager()
1281 /*VerifyEach*/ false, PrintPassOpts); in EmitAssemblyWithNewPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h431 PrintPassOptions PrintPassOpts = PrintPassOptions());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument
1217 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations()