Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h17 class FieldListRecord; variable
32 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
H A DTypeRecord.h384 class FieldListRecord : public TypeRecord {
386 FieldListRecord() = default;
387 explicit FieldListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FieldListRecord() function
388 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp107 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase {
454 void LeafRecordImpl<FieldListRecord>::map(IO &IO) { in map()
491 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()
496 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp65 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp211 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeRecordMapping.cpp591 FieldListRecord &Record) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp287 FieldListRecord &FieldList) { in visitKnownRecord()