Home
last modified time | relevance | path

Searched defs:visitTypeEnd (Results 1 – 10 of 10) 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-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h36 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd() function
DTypeVisitorCallbackPipeline.h58 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd() function
DTypeDeserializer.h78 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-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() function in TypeNameComputer
DTypeRecordMapping.cpp100 Error TypeRecordMapping::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeRecordMapping
DTypeDumpVisitor.cpp184 Error TypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in TypeDumpVisitor
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp227 Error MinimalTypeDumpVisitor::visitTypeEnd(CVType &Record) { in visitTypeEnd() function in MinimalTypeDumpVisitor