Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp380 bool UseCallbackStyleUnwindInfo = false; member in __anon285a7df90211::MachOPlatformRuntimeState
420 UseCallbackStyleUnwindInfo = __unw_add_find_dynamic_unwind_sections && in initialize()
422 if (UseCallbackStyleUnwindInfo) { in initialize()
548 if (UnwindInfo && UseCallbackStyleUnwindInfo) { in registerObjectPlatformSections()
572 if (!UseCallbackStyleUnwindInfo) { in registerObjectPlatformSections()
642 if (UnwindInfo && UseCallbackStyleUnwindInfo) { in deregisterObjectPlatformSections()
666 if (!UseCallbackStyleUnwindInfo) { in deregisterObjectPlatformSections()