Home
last modified time | relevance | path

Searched defs:LeafRecordImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp89 template <typename T> struct LeafRecordImpl : public LeafRecordBase { struct
90 explicit LeafRecordImpl(TypeLeafKind K) in LeafRecordImpl() argument
95 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord()
99 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord()
104 mutable T Record;
107 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase { struct
108 explicit LeafRecordImpl(TypeLeafKind K) : LeafRecordBase(K) {} in LeafRecordImpl() argument
114 std::vector<MemberRecord> Members;