dolphin/Source/Core/Core/PowerPC/JitCommon
JosJuice 9f32562e36 PPCSymbolDB: Don't return non-const pointers
For thread safety, we shouldn't return any pointers or references that
can be used to mutate the state of the PPCSymbolDB. This should be the
final part of making PPCSymbolDB thread safe unless I've missed
something.
2025-07-27 17:03:57 +02:00
..
DivUtils.cpp DivUtils: Add unsigned division magic function 2024-03-23 20:13:15 +01:00
DivUtils.h DivUtils: Add unsigned division magic function 2024-03-23 20:13:15 +01:00
JitAsmCommon.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
JitAsmCommon.h Jit64: Check for breakpoint without disabling block link 2022-12-24 13:01:29 +01:00
JitBase.cpp JitBase: Improve const-correctness 2024-12-28 16:44:58 +01:00
JitBase.h linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
JitCache.cpp PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
JitCache.h JITs: Revamp LogGeneratedX86 2024-10-19 02:30:45 -07:00