Home
last modified time | relevance | path

Searched defs:functionOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h426 uint32_t functionOffset; member
433 uint32_t functionOffset; member
446 uint32_t functionOffset; member
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp267 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionIndexArray
318 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionRegularArray
375 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionCompressedArray
394 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionLsdaArray
H A DAddressSpace.hpp43 uint32_t functionOffset; member
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp530 uint32_t functionOffset = cu->functionAddress - in.header->addr; in finalize() local