Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp107 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase {
455 void LeafRecordImpl<FieldListRecord>::map(IO &IO) { in map()
492 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()
494 FieldListRecord FieldList; in fromCodeViewRecord()
495 cantFail(TypeDeserializer::deserializeAs<FieldListRecord>(Type, in fromCodeViewRecord()
500 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp74 FieldListRecord FieldList; in NativeEnumEnumEnumerators()
75 cantFail(TypeDeserializer::deserializeAs<FieldListRecord>(FieldListCVT, in NativeEnumEnumEnumerators()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp474 FieldListRecord field_list; in CompleteTagDecl()
475 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in CompleteTagDecl()
893 FieldListRecord field_list; in CreateFunctionDecl()
894 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in CreateFunctionDecl()
H A DSymbolFileNativePDB.cpp2237 FieldListRecord field_list; in BuildParentMap()
2238 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in BuildParentMap()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp69 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp212 FieldListRecord &FieldList) { in visitKnownRecord()
H A DTypeRecordMapping.cpp610 FieldListRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h383 Error visitKnownRecord(CVType &Record, FieldListRecord &FieldList,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp292 FieldListRecord &FieldList) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2105 FieldListRecord &FieldList, in visitKnownRecord()