https://github.com/llvm/llvm-project/blob/b3dd14ce07f2750ae1068fe62abbf2f3bd2cade8/libcxxabi/src/cxa_exception.h
| 20 | |
| 21 | // https://github.com/llvm/llvm-project/blob/b3dd14ce07f2750ae1068fe62abbf2f3bd2cade8/libcxxabi/src/cxa_exception.h |
| 22 | struct cxa_exception_begin_llvm { |
| 23 | const char* reserve; |
| 24 | size_t referenceCount; |
| 25 | }; |
| 26 | |
| 27 | static cxa_exception_begin_llvm* exception_begin_llvm_ptr(void* ptr) { |
| 28 | size_t kExceptionBeginOffset = ( |
nothing calls this directly
no outgoing calls
no test coverage detected