Searched refs:ExceptTab (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp327 SectionEntry *ExceptTab = nullptr; local
329 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
333 if (ExceptTab)
334 DeltaForEH = computeDelta(ExceptTab, EHFrame);

Completed in 114 milliseconds