reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
   30 Error visitTypeRecord(CVType &Record, TypeIndex Index,

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  658     Error E = codeview::visitTypeRecord(Record, *B, Pipeline);
lib/DebugInfo/CodeView/RecordName.cpp
  252   if (auto EC = visitTypeRecord(Record, Index, Computer)) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1351       if (auto EC = codeview::visitTypeRecord(Dep.second, Dep.first, V))
 1361       if (auto EC = codeview::visitTypeRecord(Type, TI, V))
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  215     EXPECT_THAT_ERROR(codeview::visitTypeRecord(T, TI, TestState->Callbacks),
  244     EXPECT_THAT_ERROR(codeview::visitTypeRecord(T, TI, TestState->Callbacks),
  273     EXPECT_THAT_ERROR(codeview::visitTypeRecord(T, TI, TestState->Callbacks),
  304     EXPECT_THAT_ERROR(codeview::visitTypeRecord(T, TI, TestState->Callbacks),
  334     EXPECT_THAT_ERROR(codeview::visitTypeRecord(T, TI, TestState->Callbacks),