Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1283 DebugLoc FirstDL = getOrCreateDebugLoc(&*Entry->begin(), F.getSubprogram()); in runSjLjOnFunction() local
1289 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction()
1296 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction()
1301 MallocCallI->setDebugLoc(FirstDL); in runSjLjOnFunction()
1688 DebugLoc FirstDL = getOrCreateDebugLoc(&*Entry->begin(), F.getSubprogram()); in handleLongjmpableCallsForWasmSjLj() local
1689 IRB.SetCurrentDebugLocation(FirstDL); in handleLongjmpableCallsForWasmSjLj()