Searched refs:LeafRecord (Results 1 – 5 of 5) sorted by relevance
46 struct LeafRecord { struct51 LLVM_ABI static Expected<LeafRecord>55 LLVM_ABI std::vector<LeafRecord> fromDebugT(ArrayRef<uint8_t> DebugTorP,58 toDebugT(ArrayRef<LeafRecord>, BumpPtrAllocator &Alloc, StringRef SectionName);66 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::LeafRecord)69 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::LeafRecord)
85 std::vector<CodeViewYAML::LeafRecord> DebugT;86 std::vector<CodeViewYAML::LeafRecord> DebugP;
678 static inline Expected<LeafRecord> fromCodeViewRecordImpl(CVType Type) { in fromCodeViewRecordImpl()679 LeafRecord Result; in fromCodeViewRecordImpl()688 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord()705 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord()725 LeafRecord &Obj) { in mapLeafRecordImpl()735 void MappingTraits<LeafRecord>::mapping(IO &IO, LeafRecord &Obj) { in mapping()784 std::vector<LeafRecord>796 std::vector<LeafRecord> Result; in fromDebugT()799 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT()805 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT()
89 std::vector<CodeViewYAML::LeafRecord> Records;
303 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()330 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()