Home
last modified time | relevance | path

Searched defs:visitTypeBegin (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbacks.h31 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() function
32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function
H A DTypeVisitorCallbackPipeline.h41 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
49 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
H A DTypeDeserializer.h67 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
73 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp54 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeNameComputer
59 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeNameComputer
H A DTypeDumpVisitor.cpp170 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeDumpVisitor
174 Error TypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeDumpVisitor
H A DTypeRecordMapping.cpp232 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) { in visitTypeBegin() function in TypeRecordMapping
257 Error TypeRecordMapping::visitTypeBegin(CVType &CVR, TypeIndex Index) { in visitTypeBegin() function in TypeRecordMapping
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp67 Error visitTypeBegin(CVType &CVR, TypeIndex Index) override { in visitTypeBegin() function in __anon4c709ac60111::MockCallbacks
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp224 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in MinimalTypeDumpVisitor