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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  928   TypeIndex getContinuationIndex() const { return ContinuationIndex; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  691   error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex"));
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   86   ContinuationIndex = Record.ContinuationIndex;
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  661   IO.mapRequired("ContinuationIndex", Record.ContinuationIndex);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  583   P.format(" continuation = {0}", Cont.ContinuationIndex);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  520   checkTypeReferences(0, Continuation.ContinuationIndex);
  534       VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex);