Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DSimpleTypeSerializer.h17 class FieldListRecord; variable
32 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
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
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
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()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp74 FieldListRecord FieldList; in NativeEnumEnumEnumerators()
75 cantFail(TypeDeserializer::deserializeAs<FieldListRecord>(FieldListCVT, in NativeEnumEnumEnumerators()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp473 FieldListRecord field_list; in CompleteTagDecl()
474 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in CompleteTagDecl()
891 FieldListRecord field_list; in CreateFunctionDecl()
892 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in CreateFunctionDecl()
DSymbolFileNativePDB.cpp2223 FieldListRecord field_list; in BuildParentMap()
2224 if (llvm::Error error = TypeDeserializer::deserializeAs<FieldListRecord>( in BuildParentMap()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp69 FieldListRecord &FieldList) { in visitKnownRecord()
DTypeDumpVisitor.cpp211 FieldListRecord &FieldList) { in visitKnownRecord()
DTypeRecordMapping.cpp610 FieldListRecord &Record) { in visitKnownRecord()
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp290 FieldListRecord &FieldList) { in visitKnownRecord()