Lines Matching refs:DwarfFDECache
95 class _LIBUNWIND_HIDDEN DwarfFDECache { class
129 typename DwarfFDECache<A>::entry *
130 DwarfFDECache<A>::_buffer = _initialBuffer;
133 typename DwarfFDECache<A>::entry *
134 DwarfFDECache<A>::_bufferUsed = _initialBuffer;
137 typename DwarfFDECache<A>::entry *
138 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64];
141 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64];
144 RWMutex DwarfFDECache<A>::_lock;
148 bool DwarfFDECache<A>::_registeredForDyldUnloads = false;
152 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE()
168 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add()
200 void DwarfFDECache<A>::removeAllIn(pint_t mh) { in removeAllIn()
216 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) { in dyldUnloadHook()
222 void DwarfFDECache<A>::iterateCacheEntries(void (*func)( in iterateCacheEntries()
1644 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1667 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
2576 pint_t cachedFDE = DwarfFDECache<A>::findFDE(DwarfFDECache<A>::kSearchAll, in setInfoBasedOnIPRegister()