Home
last modified time | relevance | path

Searched refs:StackSafetyGlobalPrinterPass (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h139 class StackSafetyGlobalPrinterPass
140 : public PassInfoMixin<StackSafetyGlobalPrinterPass> {
144 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass() function
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def100 MODULE_PASS("print-stack-safety", StackSafetyGlobalPrinterPass(dbgs()))
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1052 PreservedAnalyses StackSafetyGlobalPrinterPass::run(Module &M, in run()