MCPcopy Create free account
hub / github.com/boostorg/stacktrace / exception_begin_llvm_ptr

Function exception_begin_llvm_ptr

src/exception_headers.h:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27static cxa_exception_begin_llvm* exception_begin_llvm_ptr(void* ptr) {
28 size_t kExceptionBeginOffset = (
29 sizeof(void*) == 8 ? 128 : 80
30 );
31 return (cxa_exception_begin_llvm*)((char*)ptr - kExceptionBeginOffset);
32}
33
34// https://github.com/gcc-mirror/gcc/blob/5d2a360f0a541646abb11efdbabc33c6a04de7ee/libstdc%2B%2B-v3/libsupc%2B%2B/unwind-cxx.h#L100
35struct cxa_exception_begin_gcc {

Callers 2

from_exception.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected