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

Declarations

include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
   26 void discoverTypeIndices(ArrayRef<uint8_t> RecordData,

References

lib/DebugInfo/CodeView/TypeHashing.cpp
   37   discoverTypeIndices(RecordData, Refs);
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  488   discoverTypeIndices(RecordData, Refs);
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  404   discoverTypeIndices(OriginalType.RecordData, Refs);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  127       discoverTypeIndices(Data, Refs[I]);