Home
last modified time | relevance | path

Searched defs:lsda (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libunwind/src/
H A DUnwind-wasm.c30 uintptr_t lsda; // LSDA address member
H A DUnwind-sjlj.c55 uintptr_t lsda; // arm offset=28 member
H A DDwarfParser.hpp65 pint_t lsda; member
H A DUnwindCursor.hpp1542 uintptr_t lsda; getInfoFromEHABISection() local
1767 pint_t lsda = 0; getInfoFromCompactEncodingSection() local
2089 unw_word_t lsda = 0; getInfoFromTBTable() local
[all...]
H A DUnwind-EHABI.cpp178 const char *lsda = in unwindOneFrame() local
/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c203 const uint8_t *lsda = (uint8_t *)_Unwind_GetLanguageSpecificData(context); in __gcc_personality_sj0() local
/llvm-project/libcxxabi/src/
H A Dcxa_personality.cpp626 const uint8_t *lsda = (const uint8_t *)_Unwind_GetLanguageSpecificData(context); in scan_eh_tab() local
1182 const uint8_t* lsda; __cxa_call_unexpected() local
[all...]
/llvm-project/lld/MachO/
H A DInputFiles.h156 InputSection *lsda; member
H A DUnwindInfoSection.cpp118 InputSection *lsda; member
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp595 handleLsda(int version,const uint8_t * lsda,_Unwind_Action actions,_Unwind_Exception_Class exceptionClass,struct _Unwind_Exception * exceptionObject,struct _Unwind_Context * context) handleLsda() argument
795 const uint8_t *lsda = (const uint8_t *)_Unwind_GetLanguageSpecificData(context); ourPersonality() local
[all...]
/llvm-project/libunwind/include/
H A Dlibunwind.h93 unw_word_t lsda; /* address of language specific data area, */ member