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

References

include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
   46   ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   95   Error visitKnownRecordImpl(CVType &CVR, RecordType &Record) {
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   99   template <typename T> Error visitKnownRecordImpl(CVType &CVR, T &Record) {
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
   26   T KnownRecord(RK);
lib/DebugInfo/CodeView/RecordName.cpp
   64                                          FieldListRecord &FieldList) {
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   24 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  211                                         FieldListRecord &FieldList) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  565                                           FieldListRecord &Record) {
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  672   auto Impl = std::make_shared<LeafRecordImpl<T>>(Type.kind());
  718     Obj.Leaf = std::make_shared<LeafRecordImpl<ConcreteType>>(Kind);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  286                                                FieldListRecord &FieldList) {