Searched refs:fromCodeViewSymbol (Results 1 – 4 of 4) sorted by relevance
39 static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);
252 virtual Error fromCodeViewSymbol(codeview::CVSymbol Type) = 0;267 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol() function291 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol() function634 if (auto EC = Impl->fromCodeViewSymbol(Symbol)) in fromCodeViewSymbolImpl()641 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol() function in CodeViewYAML::SymbolRecord
676 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()
270 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in dumpDbiStream()357 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym); in dumpPublics()