|
LLVM 23.0.0git
|
Return an IR pass that inserts EH registration stack objects and explicit EH state updates. More...
#include "Target/X86/X86.h"
Public Member Functions | |
| X86WinEHStatePass ()=default | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &MAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< X86WinEHStatePass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< X86WinEHStatePass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Return an IR pass that inserts EH registration stack objects and explicit EH state updates.
This pass must run after EH preparation, which does Windows-specific but architecture-neutral preparation.
|
default |
References MAM.
| PreservedAnalyses X86WinEHStatePass::run | ( | Module & | M, |
| ModuleAnalysisManager & | MAM ) |
Definition at line 136 of file X86WinEHState.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, MAM, llvm::PreservedAnalyses::none(), and llvm::PreservedAnalyses::preserveSet().