Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp66 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
H A DTypeDumpVisitor.cpp185 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
H A DTypeRecordMapping.cpp264 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp263 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in MinimalTypeDumpVisitor