Home
last modified time | relevance | path

Searched refs:FieldListRecord (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h47 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
H A DTypeRecord.h391 class FieldListRecord : public TypeRecord {
393 FieldListRecord() = default;
394 explicit FieldListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FieldListRecord() function
395 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord() function
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp108 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase {
450 void LeafRecordImpl<FieldListRecord>::map(IO &IO) { in map()
487 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()
492 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp65 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeRecordMapping.cpp369 FieldListRecord &Record) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp212 FieldListRecord &FieldList) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp281 FieldListRecord &FieldList) { in visitKnownRecord()