| 18 | static __thread size_t CurrentFunc; |
| 19 | static uint32_t *GuardsBeg, *GuardsEnd; |
| 20 | static inline bool BlockIsEntry(size_t BlockIdx) { |
| 21 | return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; |
| 22 | } |
| 23 | |
| 24 | extern "C" { |
| 25 |
no outgoing calls
no test coverage detected