Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp76 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-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
84 codeview::CVTypeArray TypeRecords; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp319 LVTypeRecords TypeRecords; member
330 TypeRecords(this) {} in LVShared()
507 Shared->TypeRecords.add(StreamIdx, TI, Record.kind()); in visitTypeBegin()
625 Shared->TypeRecords.add(StreamTPI, CurrentTypeIndex, {}); in visitKnownRecord()
1895 Shared->TypeRecords.find(StreamTPI, TIElementType); in visitKnownRecord()
3135 LVElement *Element = Shared->TypeRecords.find(StreamTPI, TI); in createElement()
3149 Shared->TypeRecords.add(StreamTPI, TI, Kind, Element); in createElement()
3235 if (LVElement *Element = Shared->TypeRecords.find(StreamTPI, TI)) in createPointerType()
3303 Shared->TypeRecords.find(StreamTPI, AggregateName)); in createParents()
3325 LVElement *Element = Shared->TypeRecords.find(StreamIdx, TI); in getElement()
[all …]