Home
last modified time | relevance | path

Searched refs:WinEHPrepare (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp97 class WinEHPrepare : public FunctionPass { class
103 WinEHPrepare(bool DemoteCatchSwitchPHIOnly = false) in WinEHPrepare() function in __anon2629cb1e0111::WinEHPrepare
123 char WinEHPrepare::ID = 0;
124 INITIALIZE_PASS(WinEHPrepare, DEBUG_TYPE, "Prepare Windows exceptions", false,
128 return new WinEHPrepare(DemoteCatchSwitchPHIOnly); in createWinEHPass()
/freebsd/lib/clang/libllvm/
H A DMakefile537 SRCS_MIN+= CodeGen/WinEHPrepare.cpp