Searched refs:WasmEHPrepare (Results 1 – 6 of 6) sorted by relevance
131 class WasmEHPrepare : public FunctionPass { class154 WasmEHPrepare() : FunctionPass(ID) {} in WasmEHPrepare() function in __anon500321e20111::WasmEHPrepare165 char WasmEHPrepare::ID = 0;166 INITIALIZE_PASS(WasmEHPrepare, DEBUG_TYPE, "Prepare WebAssembly exceptions",169 FunctionPass *llvm::createWasmEHPass() { return new WasmEHPrepare(); } in createWasmEHPass()171 bool WasmEHPrepare::doInitialization(Module &M) { in doInitialization()180 bool WasmEHPrepare::runOnFunction(Function &F) { in runOnFunction()260 void WasmEHPrepare::prepareEHPad(BasicBlock *BB, unsigned Index) { in prepareEHPad()
161 WasmEHPrepare.cpp
49 // exception pointer and selector values until we lower them in WasmEHPrepare.61 // by WasmEHPrepare pass to generate landingpad table in EHStreamer. This is62 // used in order to give them the indices in WasmEHPrepare.
337 llvm/lib/CodeGen/WasmEHPrepare.cpp \
908 "llvm/lib/CodeGen/WasmEHPrepare.cpp",
1003 ${LLVM_DIR}/lib/CodeGen/WasmEHPrepare.cpp