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

Declarations

include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
   57   TypeIndex insertRecordBytes(ArrayRef<uint8_t> &Record);

References

include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
   62     return insertRecordBytes(Data);
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   93     TI = insertRecordBytes(C.RecordData);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   62     TTB->insertRecordBytes(Records.front().RecordData);