Searched refs:dirCount (Results 1 – 1 of 1) sorted by relevance
442 uint8_t dirCount = debug_line_data.GetULEB128(offset_ptr); in ParsePrologue() local443 for (int i = 0; i < dirCount; ++i) { in ParsePrologue()