Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbacks.h35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() function
H A DTypeVisitorCallbackPipeline.h57 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
H A DTypeDeserializer.h77 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
H A DTypeDumpVisitor.cpp183 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
H A DTypeRecordMapping.cpp244 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp258 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in MinimalTypeDumpVisitor