Searched refs:fromCodeViewRecord (Results 1 – 3 of 3) sorted by relevance
86 virtual Error fromCodeViewRecord(CVType Type) = 0;95 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord() function112 Error fromCodeViewRecord(CVType Type) override;491 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord() function in LeafRecordImpl678 if (auto EC = Impl->fromCodeViewRecord(Type)) in fromCodeViewRecordImpl()684 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord() function in LeafRecord795 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT()
50 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);
294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()