Searched defs:visitTypeBegin (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbacks.h31 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } function in class:llvm::codeview::TypeVisitorCallbacks
32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:llvm::codeview::TypeVisitorCallbacks
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp49 Error TypeNameComputer::visitTypeBegin(CVType &Record) { function in class:TypeNameComputer
54 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:TypeNameComputer
H A DTypeDumpVisitor.cpp169 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) { function in class:TypeDumpVisitor
173 Error TypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:TypeDumpVisitor
H A DTypeRecordMapping.cpp187 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) { function in class:TypeRecordMapping
212 Error TypeRecordMapping::visitTypeBegin(CVType &CVR, TypeIndex Index) { function in class:TypeRecordMapping
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp220 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:MinimalTypeDumpVisitor

Completed in 97 milliseconds