Searched refs:fromCodeViewSymbol (Results 1 – 3 of 3) sorted by relevance
39 static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);
215 virtual Error fromCodeViewSymbol(codeview::CVSymbol Type) = 0;230 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol() function254 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol() function587 if (auto EC = Impl->fromCodeViewSymbol(Symbol)) in fromCodeViewSymbolImpl()594 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol() function in CodeViewYAML::SymbolRecord
676 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()