Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp87 virtual Error fromCodeViewRecord(CVType Type) = 0;
96 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord() function
113 Error fromCodeViewRecord(CVType Type) override;
487 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord() function in LeafRecordImpl
674 if (auto EC = Impl->fromCodeViewRecord(Type)) in fromCodeViewRecordImpl()
680 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) { in fromCodeViewRecord() function in LeafRecord
791 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h51 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp289 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()
316 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()