Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1832 TypeIndex TIElementType = AT.getElementType(); in visitKnownRecord() local
1846 TIElementType.isSimple() in visitKnownRecord()
1847 ? (uint32_t)(TypeLeafKind)TIElementType.getSimpleKind() in visitKnownRecord()
1848 : TIElementType.getIndex()); in visitKnownRecord()
1879 TIArrayType = TIElementType; in visitKnownRecord()
1884 if (!TIElementType.isSimple()) { in visitKnownRecord()
1885 CVType CVElementType = Types.getType(TIElementType); in visitKnownRecord()
1888 Shared->TypeRecords.find(StreamTPI, TIElementType); in visitKnownRecord()
1890 finishVisitation(CVElementType, TIElementType, QualifiedType)) in visitKnownRecord()
1893 TIElementType = getModifiedType(CVElementType); in visitKnownRecord()
[all …]