HomeSort by: relevance | last modified time | path
    Searched refs:visitTypeEnd (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeVisitorCallbackPipeline.h 57 Error visitTypeEnd(CVType &Record) override {
59 if (auto EC = Visitor->visitTypeEnd(Record))
TypeDeserializer.h 49 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));
TypeRecordMapping.h 32 Error visitTypeEnd(CVType &Record) override;
TypeVisitorCallbacks.h 35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); }
TypeDumpVisitor.h 50 Error visitTypeEnd(CVType &Record) override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 48 cantFail(Mapping.visitTypeEnd(CVT));
RecordName.cpp 28 /// Name of the current type. Only valid before visitTypeEnd.
40 Error visitTypeEnd(CVType &Record) override;
62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); }
ContinuationRecordBuilder.cpp 176 cantFail(Mapping.visitTypeEnd(Type));
CVTypeVisitor.cpp 117 if (auto EC = Callbacks.visitTypeEnd(Record))
TypeDumpVisitor.cpp 183 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) {
TypeRecordMapping.cpp 244 Error TypeRecordMapping::visitTypeEnd(CVType &Record) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.h 39 Error visitTypeEnd(codeview::CVType &Record) override;
MinimalTypeDumper.cpp 258 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) {

Completed in 17 milliseconds