Lines Matching full:lsda
30 // __wasm_lpad_context.lsda = wasm.lsda();
58 // uintptr_t lsda;
74 // We pass a landing pad index, and the address of LSDA for the current function
104 Value *LSDAField = nullptr; // lsda field
109 Function *LSDAF = nullptr; // wasm.lsda() intrinsic
149 StructType::get(I32Ty /*lpad_index*/, PtrTy /*lsda*/, I32Ty /*selector*/); in run()
166 IRB.getPtrTy(), // lsda in doInitialization()
264 // wasm.lsda() intrinsic. Returns the address of LSDA table for the current in prepareEHPads()
350 // SelectionDAGISel, which is to be used in EHStreamer to emit LSDA tables. in prepareEHPad()
358 // TODO Sometimes storing the LSDA address every time is not necessary, in in prepareEHPad()
361 // Pseudocode: __wasm_lpad_context.lsda = wasm.lsda(); in prepareEHPad()