Searched refs:UdtSourceLineRecord (Results 1 – 10 of 10) sorted by relevance
117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
628 class UdtSourceLineRecord : public TypeRecord {630 UdtSourceLineRecord() = default;631 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
80 Error visitKnownRecord(CVType &Record, UdtSourceLineRecord &Line) override;413 Error visitKnownRecord(CVType &Record, UdtSourceLineRecord &SourceLine,
223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
410 UdtSourceLineRecord &Line) { in visitKnownRecord()
553 UdtSourceLineRecord &Record) { in visitKnownRecord()
469 UdtSourceLineRecord &U) { in visitKnownRecord()
641 UdtSourceLineRecord &Line) { in visitKnownRecord()2576 UdtSourceLineRecord &SourceLine, in visitKnownRecord()3365 UdtSourceLineRecord Line; in processLines()
578 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
2259 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in lowerTypeEnum()