Searched refs:LeafRecord (Results 1 – 5 of 5) sorted by relevance
46 struct LeafRecord { struct51 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);54 std::vector<LeafRecord> fromDebugT(ArrayRef<uint8_t> DebugTorP,56 ArrayRef<uint8_t> toDebugT(ArrayRef<LeafRecord>, BumpPtrAllocator &Alloc,65 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::LeafRecord)68 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::LeafRecord)
69 std::vector<CodeViewYAML::LeafRecord> DebugT;70 std::vector<CodeViewYAML::LeafRecord> DebugP;
670 static inline Expected<LeafRecord> fromCodeViewRecordImpl(CVType Type) { in fromCodeViewRecordImpl()671 LeafRecord Result; in fromCodeViewRecordImpl()680 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()697 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord()717 LeafRecord &Obj) { in mapLeafRecordImpl()727 void MappingTraits<LeafRecord>::mapping(IO &IO, LeafRecord &Obj) { in mapping()776 std::vector<LeafRecord>788 std::vector<LeafRecord> Result; in fromDebugT()791 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT()797 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT()
92 std::vector<CodeViewYAML::LeafRecord> Records;
289 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()316 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()