Home
last modified time | relevance | path

Searched refs:classInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp363 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument
367 if (classInfo == 0) in get_shim_type_info()
390 if (classInfo == 0) in get_shim_type_info()
416 classInfo -= ttypeIndex; in get_shim_type_info()
439 if (classInfo == 0) in exception_spec_can_catch()
455 reinterpret_cast<uintptr_t>(classInfo) + in exception_spec_can_catch()
485 if (classInfo == 0) in exception_spec_can_catch()
493 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()
658 const uint8_t* classInfo = NULL; in scan_eh_tab() local
674 classInfo = lsda + classInfoOffset; in scan_eh_tab()
[all …]