Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDStackSafetyAnalysis.h51 class StackSafetyPrinterPass : public PassInfoMixin<StackSafetyPrinterPass> {
55 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassRegistry.def228 FUNCTION_PASS("print<stack-safety-local>", StackSafetyPrinterPass(dbgs()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackSafetyAnalysis.cpp588 PreservedAnalyses StackSafetyPrinterPass::run(Function &F, in run()