Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp110 Function *ThrowF = nullptr; // wasm.throw() intrinsic member in __anona5902bb30111::WasmEHPrepare
189 ThrowF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_throw); in prepareThrows()
193 for (User *U : ThrowF->users()) { in prepareThrows()