Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h40 virtual Error visitTypeEnd(const CVRecord<TypeLeafKind> &Record) { in visitTypeEnd() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() function
DTypeVisitorCallbackPipeline.h57 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
DTypeDeserializer.h77 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h35 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() function
DTypeVisitorCallbackPipeline.h57 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
DTypeDeserializer.h77 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
/external/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp101 Error TypeStreamMerger::visitTypeEnd(const CVRecord<TypeLeafKind> &Rec) { in visitTypeEnd() function in TypeStreamMerger
DTypeDumper.cpp218 Error CVTypeDumper::visitTypeEnd(const CVRecord<TypeLeafKind> &Record) { in visitTypeEnd() function in CVTypeDumper
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp61 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
DTypeDumpVisitor.cpp183 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
DTypeRecordMapping.cpp219 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
DTypeDumpVisitor.cpp183 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
DTypeRecordMapping.cpp219 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp258 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in MinimalTypeDumpVisitor