Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp309 uint64_t FileEntryCount = DebugLineData.getULEB128(OffsetPtr); in parseV5DirFileTables() local
310 for (uint64_t I = 0; I != FileEntryCount; ++I) { in parseV5DirFileTables()