Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp96 class WasmEHPrepareImpl { class
121 WasmEHPrepareImpl() = default;
122 WasmEHPrepareImpl(Type *LPadContextTy_) : LPadContextTy(LPadContextTy_) {} in WasmEHPrepareImpl() function in __anone0a70c880111::WasmEHPrepareImpl
127 WasmEHPrepareImpl P;
150 WasmEHPrepareImpl P(LPadContextTy); in run()
186 bool WasmEHPrepareImpl::runOnFunction(Function &F) { in runOnFunction()
193 bool WasmEHPrepareImpl::prepareThrows(Function &F) { in prepareThrows()
221 bool WasmEHPrepareImpl::prepareEHPads(Function &F) { in prepareEHPads()
303 void WasmEHPrepareImpl::prepareEHPad(BasicBlock *BB, bool NeedPersonality, in prepareEHPad()