Searched refs:TypeRecords (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 76 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload() 116 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload() 243 return make_range(TypeRecords.begin(HadError), TypeRecords.end()); in types()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | TpiStream.h | 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() 84 codeview::CVTypeArray TypeRecords; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 319 LVTypeRecords TypeRecords; member 330 TypeRecords(this) {} in LVShared() 507 Shared->TypeRecords.add(StreamIdx, TI, Record.kind()); in visitTypeBegin() 584 Shared->TypeRecords.add(StreamIdx, CurrentTypeIndex, Class.getName()); in visitKnownRecord() 625 Shared->TypeRecords.add(StreamTPI, CurrentTypeIndex, {}); in visitKnownRecord() 670 Shared->TypeRecords.add(StreamIdx, CurrentTypeIndex, Union.getName()); in visitKnownRecord() 1895 Shared->TypeRecords.find(StreamTPI, TIElementType); in visitKnownRecord() 2192 Shared->TypeRecords.find(StreamTPI, Id.getClassType()))) in visitKnownRecord() 2360 ? Shared->TypeRecords.find(StreamTPI, Ptr.getReferentType()) in visitKnownRecord() 3135 LVElement *Element = Shared->TypeRecords.find(StreamTPI, TI); in createElement() [all …]
|