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

Class cxa_exception_begin_llvm

src/exception_headers.h:22–25  ·  view source on GitHub ↗

https://github.com/llvm/llvm-project/blob/b3dd14ce07f2750ae1068fe62abbf2f3bd2cade8/libcxxabi/src/cxa_exception.h

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected