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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp1 //=== WebAssemblyLateEHPrepare.cpp - WebAssembly Exception Preparation -===//
28 class WebAssemblyLateEHPrepare final : public MachineFunctionPass {
42 WebAssemblyLateEHPrepare() : MachineFunctionPass(ID) {} function in class:__anon2440::final
46 char WebAssemblyLateEHPrepare::ID = 0;
47 INITIALIZE_PASS(WebAssemblyLateEHPrepare, DEBUG_TYPE,
51 return new WebAssemblyLateEHPrepare();
102 bool WebAssemblyLateEHPrepare::runOnMachineFunction(MachineFunction &MF) {
125 bool WebAssemblyLateEHPrepare::addCatches(MachineFunction &MF) {
143 bool WebAssemblyLateEHPrepare::replaceFuncletReturns(MachineFunction &MF) {
184 bool WebAssemblyLateEHPrepare
[all...]

Completed in 95 milliseconds