Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp125 static entry _initialBuffer[64]; member in libunwind::DwarfFDECache
130 DwarfFDECache<A>::_buffer = _initialBuffer;
134 DwarfFDECache<A>::_bufferUsed = _initialBuffer;
138 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64];
141 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
178 if (_buffer != _initialBuffer) in add()