HomeSort by relevance Sort by last modified time
    Searched refs:visitTypeEnd (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeVisitorCallbacks.h 40 virtual Error visitTypeEnd(const CVRecord<TypeLeafKind> &Record) {
TypeDumper.h 72 Error visitTypeEnd(const CVRecord<TypeLeafKind> &Record) override;
91 /// Name of the current type. Only valid before visitTypeEnd.
  /external/llvm/lib/DebugInfo/CodeView/
TypeStreamMerger.cpp 72 Error visitTypeEnd(const CVRecord<TypeLeafKind> &Record) override;
101 Error TypeStreamMerger::visitTypeEnd(const CVRecord<TypeLeafKind> &Rec) {
CVTypeVisitor.cpp 59 if (auto EC = Callbacks.visitTypeEnd(Record))
TypeDumper.cpp 218 Error CVTypeDumper::visitTypeEnd(const CVRecord<TypeLeafKind> &Record) {

Completed in 73 milliseconds