Searched refs:LeafRecord (Results 1 – 5 of 5) sorted by relevance
45 struct LeafRecord { struct50 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);53 std::vector<LeafRecord> fromDebugT(ArrayRef<uint8_t> DebugTorP,55 ArrayRef<uint8_t> toDebugT(ArrayRef<LeafRecord>, BumpPtrAllocator &Alloc,64 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::LeafRecord)67 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::LeafRecord)
74 std::vector<CodeViewYAML::LeafRecord> DebugT;75 std::vector<CodeViewYAML::LeafRecord> DebugP;
674 static inline Expected<LeafRecord> fromCodeViewRecordImpl(CVType Type) { in fromCodeViewRecordImpl()675 LeafRecord Result; in fromCodeViewRecordImpl()684 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()701 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord()721 LeafRecord &Obj) { in mapLeafRecordImpl()731 void MappingTraits<LeafRecord>::mapping(IO &IO, LeafRecord &Obj) { in mapping()780 std::vector<LeafRecord>792 std::vector<LeafRecord> Result; in fromDebugT()795 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT()801 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT()
91 std::vector<CodeViewYAML::LeafRecord> Records;
294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()