Searched refs:fromCodeViewSymbol (Results 1 – 4 of 4) sorted by relevance
40 static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);
216 virtual Error fromCodeViewSymbol(codeview::CVSymbol Type) = 0;231 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol() function255 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol() function582 if (auto EC = Impl->fromCodeViewSymbol(Symbol)) in fromCodeViewSymbolImpl()589 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol() function in CodeViewYAML::SymbolRecord
677 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()
274 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in dumpDbiStream()361 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym); in dumpPublics()