Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp62 const void* compact_unwind_section; member
146 uintptr_t compact_unwind_section; member
500 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
513 info.compact_unwind_section = in findUnwindSections()
514 (uintptr_t)dynamicUnwindSectionInfo.compact_unwind_section; in findUnwindSections()
H A Dlibunwind_ext.h87 unw_word_t compact_unwind_section; member
H A DUnwindCursor.hpp1754 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1761 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1786 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1788 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1790 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1911 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1925 (uint64_t)sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1973 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
2686 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.h33 uintptr_t compact_unwind_section; member
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp60 uintptr_t compact_unwind_section; member
975 Info.compact_unwind_section = in lookupUnwindSections()