Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp196 TIE = TypeIndex::fromArrayIndex(capacity()); in visitRangeForType()
206 TypeIndex TI = TypeIndex::fromArrayIndex(0); in getFirst()
230 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType()
H A DTypeTableCollection.cpp27 return TypeIndex::fromArrayIndex(0); in getFirst()
H A DAppendingTypeTableBuilder.cpp32 return TypeIndex::fromArrayIndex(SeenRecords.size()); in nextTypeIndex()
H A DGlobalTypeTableBuilder.cpp32 return TypeIndex::fromArrayIndex(SeenRecords.size()); in nextTypeIndex()
H A DMergingTypeTableBuilder.cpp32 return TypeIndex::fromArrayIndex(SeenRecords.size()); in nextTypeIndex()
H A DTypeDumpVisitor.cpp171 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h123 static TypeIndex fromArrayIndex(uint32_t Index) { in fromArrayIndex() function