Home
last modified time | relevance | path

Searched refs:visitFieldListBegin (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeVisitorCallbacks.h44 virtual Error visitFieldListBegin(const CVRecord<TypeLeafKind> &Record) { in visitFieldListBegin() function
/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp37 if (auto EC = Callbacks.visitFieldListBegin(Record)) in visitTypeRecord()