Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h46 struct LeafRecord { struct
51 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)
DCOFFYAML.h69 std::vector<CodeViewYAML::LeafRecord> DebugT;
70 std::vector<CodeViewYAML::LeafRecord> DebugP;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp670 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPdbYaml.h92 std::vector<CodeViewYAML::LeafRecord> Records;
DYAMLOutputStyle.cpp289 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()
316 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()