Home
last modified time | relevance | path

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

/llvm-project/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/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.cpp171 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeDumpVisitor
175 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/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp65 Error visitTypeBegin(CVType &CVR, TypeIndex Index) override { in visitTypeBegin() function in __anon7ae2edc90111::MockCallbacks
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp226 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in MinimalTypeDumpVisitor
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp491 Error LVTypeVisitor::visitTypeBegin(CVType &Record) { visitTypeBegin() function in LVTypeVisitor
495 Error LVTypeVisitor::visitTypeBegin(CVType &Record, TypeIndex TI) { visitTypeBegin() function in LVTypeVisitor