| 227 | } |
| 228 | |
| 229 | static __declspec(noinline) PRUNTIME_FUNCTION tryAddAndLookup(ULONG64 pc, const CachedModule *&lastMod, |
| 230 | ULONG64 &imageBase, int &pdataHint) noexcept { |
| 231 | return tryAddModuleForPC(pc) ? cachedLookupOnly(pc, lastMod, imageBase, pdataHint) : nullptr; |
| 232 | } |
| 233 | |
| 234 | // --------------------------------------------------------------------------- |
| 235 | // Lightweight UNWIND_INFO interpreter |
no test coverage detected