Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp90 template <typename T> struct LeafRecordImpl : public LeafRecordBase { struct
91 explicit LeafRecordImpl(TypeLeafKind K) in LeafRecordImpl() function
96 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord()
100 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord()
105 mutable T Record;
108 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase { struct
109 explicit LeafRecordImpl(TypeLeafKind K) : LeafRecordBase(K) {} in LeafRecordImpl() argument
115 std::vector<MemberRecord> Members;