Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h46 if (auto EC = I.Mapping.visitTypeBegin(CVT)) in deserializeAs()
68 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
71 return Mapping->Mapping.visitTypeBegin(Record); in visitTypeBegin()
74 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
75 return visitTypeBegin(Record); in visitTypeBegin()
117 consumeError(Mapping.Mapping.visitTypeBegin(FieldList)); in FieldListDeserializer()
H A DTypeVisitorCallbackPipeline.h42 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
44 if (auto EC = Visitor->visitTypeBegin(Record)) in visitTypeBegin()
50 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
52 if (auto EC = Visitor->visitTypeBegin(Record, Index)) in visitTypeBegin()
H A DTypeRecordMapping.h28 using TypeVisitorCallbacks::visitTypeBegin;
29 Error visitTypeBegin(CVType &Record) override;
H A DTypeVisitorCallbacks.h32 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() function
33 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function
H A DTypeDumpVisitor.h49 Error visitTypeBegin(CVType &Record) override;
50 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp38 Error visitTypeBegin(CVType &Record) override;
39 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
50 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeNameComputer
55 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeNameComputer
H A DCVTypeVisitor.cpp125 if (auto EC = Callbacks.visitTypeBegin(Record, Index)) in visitTypeRecord()
132 if (auto EC = Callbacks.visitTypeBegin(Record)) in visitTypeRecord()
H A DSimpleTypeSerializer.cpp40 cantFail(Mapping.visitTypeBegin(CVT)); in serialize()
H A DTypeDumpVisitor.cpp170 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeDumpVisitor
171 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
174 Error TypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeDumpVisitor
H A DContinuationRecordBuilder.cpp71 cantFail(Mapping.visitTypeBegin(Type)); in begin()
H A DTypeRecordMapping.cpp84 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) { in visitTypeBegin() function in TypeRecordMapping
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h36 Error visitTypeBegin(codeview::CVType &Record,
H A DMinimalTypeDumper.cpp220 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in MinimalTypeDumpVisitor