Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSimpleTypeSerializer.h47 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
DTypeRecord.h374 class FieldListRecord : public TypeRecord {
376 FieldListRecord() = default;
377 explicit FieldListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FieldListRecord() function
378 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp65 FieldListRecord &FieldList) { in visitKnownRecord()
DTypeRecordMapping.cpp369 FieldListRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp212 FieldListRecord &FieldList) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp256 FieldListRecord &FieldList) { in visitKnownRecord()