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

References

include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
   60   template <typename T> TypeIndex writeLeafType(T &Record) {
include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
   43   template <typename T> ArrayRef<uint8_t> serialize(T &Record);
include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   42   template <typename T> static Error deserializeAs(CVType &CVT, T &Record) {
   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
  234 Error TypeNameComputer::visitKnownRecord(CVType &CVR, LabelRecord &R) {
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   24 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  552 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &LR) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  583 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, LabelRecord &Record) {
lib/ObjectYAML/CodeViewYAMLTypes.cpp
   96     return TypeDeserializer::deserializeAs<T>(Type, Record);
  104   mutable T Record;
  672   auto Impl = std::make_shared<LeafRecordImpl<T>>(Type.kind());
  718     Obj.Leaf = std::make_shared<LeafRecordImpl<ConcreteType>>(Kind);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  499 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &R) {