Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h17 class FieldListRecord; variable
32 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
H A DTypeRecord.h385 class FieldListRecord : public TypeRecord {
387 FieldListRecord() = default;
388 explicit FieldListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FieldListRecord() function
389 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord() function
/llvm-project-15.0.7/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()
493 FieldListRecord FieldList; in fromCodeViewRecord()
494 cantFail(TypeDeserializer::deserializeAs<FieldListRecord>(Type, in fromCodeViewRecord()
499 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp73 FieldListRecord FieldList; in NativeEnumEnumEnumerators()
74 cantFail(TypeDeserializer::deserializeAs<FieldListRecord>(FieldListCVT, in NativeEnumEnumEnumerators()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp406 FieldListRecord field_list; in BuildParentMap()
407 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in BuildParentMap()
763 FieldListRecord field_list; in CompleteTagDecl()
764 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in CompleteTagDecl()
1163 FieldListRecord field_list; in CreateFunctionDecl()
1164 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in CreateFunctionDecl()
H A DPdbUtil.cpp733 FieldListRecord field_list; in GetVariableLocationInfo()
735 TypeDeserializer::deserializeAs<FieldListRecord>( in GetVariableLocationInfo()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp69 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp212 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeRecordMapping.cpp611 FieldListRecord &Record) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp290 FieldListRecord &FieldList) { in visitKnownRecord()