Searched refs:createWinEHPass (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h338 /// createWinEHPass - Prepares personality functions used by MSVC on Windows,
340 FunctionPass *createWinEHPass(bool DemoteCatchSwitchPHIOnly = false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp708 addPass(createWinEHPass());
716 addPass(createWinEHPass(/*DemoteCatchSwitchPHIOnly=*/false));
H A DWinEHPrepare.cpp108 FunctionPass *llvm::createWinEHPass(bool DemoteCatchSwitchPHIOnly) { function in class:llvm

Completed in 176 milliseconds