Searched refs:last_compiland_up (Results 1 – 1 of 1) sorted by relevance
229 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1); in CalculateNumCompileUnits() local230 lldbassert(last_compiland_up.get()); in CalculateNumCompileUnits()231 std::string name = last_compiland_up->getName(); in CalculateNumCompileUnits()