Home
last modified time | relevance | path

Searched refs:fromCodeViewRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h50 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp86 virtual Error fromCodeViewRecord(CVType Type) = 0;
95 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord() function
112 Error fromCodeViewRecord(CVType Type) override;
492 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord() function in LeafRecordImpl
682 if (auto EC = Impl->fromCodeViewRecord(Type)) in fromCodeViewRecordImpl()
688 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord() function in LeafRecord
799 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()
321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()