Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h45 struct LeafRecord { struct
50 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)
H A DCOFFYAML.h74 std::vector<CodeViewYAML::LeafRecord> DebugT;
75 std::vector<CodeViewYAML::LeafRecord> DebugP;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp674 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h91 std::vector<CodeViewYAML::LeafRecord> Records;
H A DYAMLOutputStyle.cpp294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()
321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()