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

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp54 Error TypeNameComputer::visitTypeBegin(CVType &Record) { function in class:TypeNameComputer
59 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:TypeNameComputer
H A DTypeDumpVisitor.cpp170 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) { function in class:TypeDumpVisitor
174 Error TypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:TypeDumpVisitor
H A DTypeRecordMapping.cpp232 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) { function in class:TypeRecordMapping
257 Error TypeRecordMapping::visitTypeBegin(CVType &CVR, TypeIndex Index) { function in class:TypeRecordMapping
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp225 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { function in class:MinimalTypeDumpVisitor
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp491 Error LVTypeVisitor::visitTypeBegin(CVType &Record) { function in class:LVTypeVisitor
495 Error LVTypeVisitor::visitTypeBegin(CVType &Record, TypeIndex TI) { function in class:LVTypeVisitor

Completed in 137 milliseconds