Searched refs:NumColumns (Results 1 – 4 of 4) sorted by relevance
25 NumColumns = IndexData.getU32(OffsetPtr); in parse()54 (2 * Header.NumUnits + 1) * 4 * Header.NumColumns)) in parseImpl()60 ColumnKinds = std::make_unique<DWARFSectionKind[]>(Header.NumColumns); in parseImpl()73 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()78 for (unsigned i = 0; i != Header.NumColumns; ++i) { in parseImpl()93 for (unsigned i = 0; i != Header.NumColumns; ++i) in parseImpl()100 for (unsigned i = 0; i != Header.NumColumns; ++i) in parseImpl()130 for (unsigned i = 0; i != Header.NumColumns; ++i) in dump()133 for (unsigned i = 0; i != Header.NumColumns; ++i) in dump()140 for (unsigned i = 0; i != Header.NumColumns; ++i) { in dump()[all …]
178 unsigned NumColumns; member180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo()181 : NumRows(NumRows), NumColumns(NumColumns) {} in ShapeInfo()183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo()185 NumColumns(cast<ConstantInt>(NumColumns)->getZExtValue()) {} in ShapeInfo()188 return NumRows == other.NumRows && NumColumns == other.NumColumns; in operator ==()195 assert(NumRows == 0 || NumColumns != 0); in operator bool()229 assert(VType->getNumElements() == SI.NumRows * SI.NumColumns && in getMatrix()241 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix()271 << SIter->second.NumColumns << " for " << *V << "\n"); in setShapeInfo()[all …]
36 uint32_t NumColumns; member95 return makeArrayRef(ColumnKinds.get(), Header.NumColumns); in getColumnKinds()
423 size_t NumColumns = LineContents.size(); in print() local426 std::string CaretLine(NumColumns+1, ' '); in print()444 if (unsigned(ColumnNo) <= NumColumns) in print()447 CaretLine[NumColumns] = '^'; in print()