Searched refs:EndDebugLoc (Results 1 – 1 of 1) sorted by relevance
1326 DebugLoc EndDebugLoc; in getTrampolineBlock() local1340 EndDebugLoc = PrevBB->findPrevDebugLoc(PrevBB->end()); in getTrampolineBlock()1354 EndDebugLoc = TargetEndTry->getDebugLoc(); in getTrampolineBlock()1362 BuildMI(TrampolineBB, EndDebugLoc, TII.get(WebAssembly::END_BLOCK)); in getTrampolineBlock()1364 BuildMI(TrampolineBB, EndDebugLoc, TII.get(WebAssembly::CATCH_ALL_REF)) in getTrampolineBlock()1366 BuildMI(TrampolineBB, EndDebugLoc, TII.get(WebAssembly::THROW_REF)) in getTrampolineBlock()