Home
last modified time | relevance | path

Searched refs:LeafRecord (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h46 struct LeafRecord { struct
51 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)
H A DCOFFYAML.h85 std::vector<CodeViewYAML::LeafRecord> DebugT;
86 std::vector<CodeViewYAML::LeafRecord> DebugP;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp678 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h89 std::vector<CodeViewYAML::LeafRecord> Records;
H A DYAMLOutputStyle.cpp303 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()
330 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()