Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1326 DebugLoc EndDebugLoc; in getTrampolineBlock() local
1340 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()