Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDAddressSpace.hpp70 bool findDynamicUnwindSections(void *, unw_dynamic_unwind_sections *);
506 if (findDynamicUnwindSections((void *)targetAddr, in findUnwindSections()
HDlibunwind.cpp363 bool findDynamicUnwindSections(void *addr, unw_dynamic_unwind_sections *info) { in findDynamicUnwindSections() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDmacho_platform.cpp365 static int findDynamicUnwindSections(uintptr_t addr,
474 if (__unw_add_find_dynamic_unwind_sections(&findDynamicUnwindSections)) in initialize()
488 if (__unw_remove_find_dynamic_unwind_sections(&findDynamicUnwindSections)) { in shutdown()
1041 int MachOPlatformRuntimeState::findDynamicUnwindSections( in findDynamicUnwindSections() function in __anon058d88dc0411::MachOPlatformRuntimeState