Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp241 int FormatCount = DebugLineData.getU8(OffsetPtr, &Err); in parseV5EntryFormat() local
243 for (int I = 0; I != FormatCount && !Err; ++I) { in parseV5EntryFormat()