Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp97 friend class WasmEHPrepare;
126 class WasmEHPrepare : public FunctionPass { class
132 WasmEHPrepare() : FunctionPass(ID) {} in WasmEHPrepare() function in __anone0a70c880111::WasmEHPrepare
155 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td133 // exception pointer and selector values until we lower them in WasmEHPrepare.
148 // by WasmEHPrepare pass to generate landingpad table in EHStreamer. This is
149 // used in order to give them the indices in WasmEHPrepare.
/freebsd/lib/clang/libllvm/
H A DMakefile486 SRCS_MIN+= CodeGen/WasmEHPrepare.cpp