Searched refs:tempAddr (Results 1 – 4 of 4) sorted by relevance
124 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint() local135 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()180 lldb::addr_t tempAddr = m_hbp_regs[i].address; in ClearAllHardwareBreakpoints() local192 m_hbp_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()332 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local344 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()364 lldb::addr_t tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints() local376 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()
363 lldb::addr_t tempAddr = m_hbr_regs[hw_idx].address; in ClearHardwareBreakpoint() local374 m_hbr_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()416 lldb::addr_t tempAddr = 0; in ClearAllHardwareBreakpoints() local422 tempAddr = m_hbr_regs[i].address; in ClearAllHardwareBreakpoints()434 m_hbr_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()577 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local589 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()604 lldb::addr_t tempAddr = 0; in ClearAllHardwareWatchpoints() local610 tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints()622 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()
616 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local632 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
362 [&](const mlir::Value &tempAddr) -> fir::ExtendedValue { in genExtremumloc() argument367 [=]() { bldr->create<fir::FreeMemOp>(loc, tempAddr); }); in genExtremumloc()368 return builder.create<fir::LoadOp>(loc, resultType, tempAddr); in genExtremumloc()2070 [&](const mlir::Value &tempAddr) -> fir::ExtendedValue { in readAndAddCleanUp() argument2072 addCleanUpForTemp(loc, tempAddr); in readAndAddCleanUp()2073 return builder.create<fir::LoadOp>(loc, resultType, tempAddr); in readAndAddCleanUp()