/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDeserializer.h | 45 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()
|
D | TypeVisitorCallbackPipeline.h | 41 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()
|
D | TypeRecordMapping.h | 29 using TypeVisitorCallbacks::visitTypeBegin; 30 Error visitTypeBegin(CVType &Record) override; 31 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
|
D | TypeVisitorCallbacks.h | 31 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() function 32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function
|
D | TypeDumpVisitor.h | 48 Error visitTypeBegin(CVType &Record) override; 49 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDeserializer.h | 45 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()
|
D | TypeVisitorCallbackPipeline.h | 41 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()
|
D | TypeRecordMapping.h | 29 using TypeVisitorCallbacks::visitTypeBegin; 30 Error visitTypeBegin(CVType &Record) override; 31 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
|
D | TypeVisitorCallbacks.h | 31 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() function 32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function
|
D | TypeDumpVisitor.h | 48 Error visitTypeBegin(CVType &Record) override; 49 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 71 Error visitTypeBegin(const CVRecord<TypeLeafKind> &Record) override; 96 Error TypeStreamMerger::visitTypeBegin(const CVRecord<TypeLeafKind> &Rec) { in visitTypeBegin() function in TypeStreamMerger
|
D | CVTypeVisitor.cpp | 29 if (auto EC = Callbacks.visitTypeBegin(Record)) in visitTypeRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 37 Error visitTypeBegin(CVType &Record) override; 38 Error visitTypeBegin(CVType &Record, TypeIndex Index) override; 49 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeNameComputer 54 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeNameComputer
|
D | SimpleTypeSerializer.cpp | 35 cantFail(Mapping.visitTypeBegin(CVT)); in serialize()
|
D | CVTypeVisitor.cpp | 124 if (auto EC = Callbacks.visitTypeBegin(Record, Index)) in visitTypeRecord() 131 if (auto EC = Callbacks.visitTypeBegin(Record)) in visitTypeRecord()
|
D | TypeDumpVisitor.cpp | 169 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
|
D | ContinuationRecordBuilder.cpp | 72 cantFail(Mapping.visitTypeBegin(Type)); in begin()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 38 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
|
D | SimpleTypeSerializer.cpp | 46 cantFail(Mapping.visitTypeBegin(CVT)); in serialize()
|
D | CVTypeVisitor.cpp | 124 if (auto EC = Callbacks.visitTypeBegin(Record, Index)) in visitTypeRecord() 131 if (auto EC = Callbacks.visitTypeBegin(Record)) in visitTypeRecord()
|
D | TypeDumpVisitor.cpp | 169 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
|
D | ContinuationRecordBuilder.cpp | 72 cantFail(Mapping.visitTypeBegin(Type)); in begin()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeVisitorCallbacks.h | 37 virtual Error visitTypeBegin(const CVRecord<TypeLeafKind> &Record) { in visitTypeBegin() function
|
D | TypeDumper.h | 71 Error visitTypeBegin(const CVRecord<TypeLeafKind> &Record) override;
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.h | 37 Error visitTypeBegin(codeview::CVType &Record,
|