Home
last modified time | relevance | path

Searched defs:visitTypeEnd (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeVisitorCallbacks.h35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() function
HDTypeVisitorCallbackPipeline.h57 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
HDTypeDeserializer.h77 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp66 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
HDTypeDumpVisitor.cpp185 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
HDTypeRecordMapping.cpp264 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp263 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in MinimalTypeDumpVisitor