Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h32 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin() function
33 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function
DTypeVisitorCallbackPipeline.h42 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
50 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
DTypeDeserializer.h68 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
74 Error visitTypeBegin(CVType &Record, TypeIndex Index) override { in visitTypeBegin() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h37 virtual Error visitTypeBegin(const CVRecord<TypeLeafKind> &Record) { in visitTypeBegin() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp50 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin() function in TypeNameComputer
55 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in TypeNameComputer
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
DTypeRecordMapping.cpp84 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) { in visitTypeBegin() function in TypeRecordMapping
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DAnalyze.cpp52 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin() function
DMinimalTypeDumper.cpp196 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() function in MinimalTypeDumpVisitor
/external/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp96 Error TypeStreamMerger::visitTypeBegin(const CVRecord<TypeLeafKind> &Rec) { in visitTypeBegin() function in TypeStreamMerger
DTypeDumper.cpp206 Error CVTypeDumper::visitTypeBegin(const CVRecord<TypeLeafKind> &Record) { in visitTypeBegin() function in CVTypeDumper
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp111 Error visitTypeBegin(const CVRecord<TypeLeafKind> &Rec) override { in visitTypeBegin() function in __anon7dce33940211::TpiHashVerifier
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp69 virtual Error visitTypeBegin(CVType &CVR, TypeIndex Index) { in visitTypeBegin() function in __anondbe137d90111::MockCallbacks