Searched refs:WasmEHPrepare (Results 1 – 3 of 3) sorted by relevance
97 friend class WasmEHPrepare;126 class WasmEHPrepare : public FunctionPass { class132 WasmEHPrepare() : FunctionPass(ID) {} in WasmEHPrepare() function in __anone0a70c880111::WasmEHPrepare155 char WasmEHPrepare::ID = 0;156 INITIALIZE_PASS_BEGIN(WasmEHPrepare, DEBUG_TYPE,158 INITIALIZE_PASS_END(WasmEHPrepare, DEBUG_TYPE, "Prepare WebAssembly exceptions",161 FunctionPass *llvm::createWasmEHPass() { return new WasmEHPrepare(); } in createWasmEHPass()163 bool WasmEHPrepare::doInitialization(Module &M) { in doInitialization()
133 // exception pointer and selector values until we lower them in WasmEHPrepare.148 // by WasmEHPrepare pass to generate landingpad table in EHStreamer. This is149 // used in order to give them the indices in WasmEHPrepare.
486 SRCS_MIN+= CodeGen/WasmEHPrepare.cpp