Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h45 if (auto EC = I.Mapping.visitTypeBegin(CVT)) in deserializeAs()
67 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
70 return Mapping->Mapping.visitTypeBegin(Record); in visitTypeBegin()
73 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
74 return visitTypeBegin(Record); in visitTypeBegin()
116 consumeError(Mapping.Mapping.visitTypeBegin(FieldList)); in FieldListDeserializer()
H A DTypeVisitorCallbackPipeline.h41 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
43 if (auto EC = Visitor->visitTypeBegin(Record)) in visitTypeBegin()
49 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
51 if (auto EC = Visitor->visitTypeBegin(Record, Index)) in visitTypeBegin()
H A DTypeRecordMapping.h29 using TypeVisitorCallbacks::visitTypeBegin;
30 Error visitTypeBegin(CVType &Record) override;
31 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
H A DTypeVisitorCallbacks.h31 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() function
32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function
H A DTypeDumpVisitor.h48 Error visitTypeBegin(CVType &Record) override;
49 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
/netbsd-src/external/apache2/llvm/dist/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.cpp124 if (auto EC = Callbacks.visitTypeBegin(Record, Index)) in visitTypeRecord()
131 if (auto EC = Callbacks.visitTypeBegin(Record)) in visitTypeRecord()
H A DSimpleTypeSerializer.cpp46 cantFail(Mapping.visitTypeBegin(CVT)); in serialize()
H A DTypeDumpVisitor.cpp169 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeDumpVisitor
170 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
173 Error TypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeDumpVisitor
H A DTypeRecordMapping.cpp212 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) { in visitTypeBegin() function in TypeRecordMapping
237 Error TypeRecordMapping::visitTypeBegin(CVType &CVR, TypeIndex Index) { in visitTypeBegin() function in TypeRecordMapping
241 return visitTypeBegin(CVR); in visitTypeBegin()
H A DContinuationRecordBuilder.cpp72 cantFail(Mapping.visitTypeBegin(Type)); in begin()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h37 Error visitTypeBegin(codeview::CVType &Record,
H A DMinimalTypeDumper.cpp221 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in MinimalTypeDumpVisitor