Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp70 bool findDynamicUnwindSections(void *, unw_dynamic_unwind_sections *);
506 if (findDynamicUnwindSections((void *)targetAddr, in findUnwindSections()
H A Dlibunwind.cpp363 bool findDynamicUnwindSections(void *addr, unw_dynamic_unwind_sections *info) { in findDynamicUnwindSections() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp281 static int findDynamicUnwindSections(uintptr_t addr,
398 if (__unw_add_find_dynamic_unwind_sections(&findDynamicUnwindSections)) in initialize()
412 if (__unw_remove_find_dynamic_unwind_sections(&findDynamicUnwindSections)) { in shutdown()
985 int MachOPlatformRuntimeState::findDynamicUnwindSections( in findDynamicUnwindSections() function in __anon3d23d5020311::MachOPlatformRuntimeState