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

Declarations

include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
  103   TypeIndex insertRecordBytes(ArrayRef<uint8_t> Data);

References

include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
  108     return insertRecordBytes(Data);
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
  104     TI = insertRecordBytes(C.RecordData);