Searched refs:visitTypeEnd (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbackPipeline.h57 Error visitTypeEnd(CVType &Record) override {
59 if (auto EC = Visitor->visitTypeEnd(Record))
H A DTypeDeserializer.h49 if (auto EC = I.Mapping.visitTypeEnd(CVT))
77 Error visitTypeEnd(CVType &Record) override {
79 auto EC = Mapping->Mapping.visitTypeEnd(Record);
122 consumeError(Mapping.Mapping.visitTypeEnd(FieldList));
H A DTypeRecordMapping.h32 Error visitTypeEnd(CVType &Record) override;
H A DTypeVisitorCallbacks.h35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } function in class:llvm::codeview::TypeVisitorCallbacks
H A DTypeDumpVisitor.h50 Error visitTypeEnd(CVType &Record) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp48 cantFail(Mapping.visitTypeEnd(CVT));
H A DRecordName.cpp27 /// Name of the current type. Only valid before visitTypeEnd.
39 Error visitTypeEnd(CVType &Record) override;
61 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } function in class:TypeNameComputer
H A DContinuationRecordBuilder.cpp176 cantFail(Mapping.visitTypeEnd(Type));
H A DCVTypeVisitor.cpp117 if (auto EC = Callbacks.visitTypeEnd(Record))
H A DTypeDumpVisitor.cpp183 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { function in class:TypeDumpVisitor
H A DTypeRecordMapping.cpp219 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { function in class:TypeRecordMapping
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h39 Error visitTypeEnd(codeview::CVType &Record) override;
H A DMinimalTypeDumper.cpp258 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { function in class:MinimalTypeDumpVisitor

Completed in 74 milliseconds