Searched refs:CellIndexKind (Results 1 – 2 of 2) sorted by relevance
118 enum CellIndexKind { kInvalid, kExport, kImport }; enum119 static CellIndexKind GetCellIndexKind(int cell_index);
241 ModuleDescriptor::CellIndexKind ModuleDescriptor::GetCellIndexKind( in GetCellIndexKind()