Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLSymbols.h39 static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp215 virtual Error fromCodeViewSymbol(codeview::CVSymbol Type) = 0;
230 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol() function
254 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol() function
587 if (auto EC = Impl->fromCodeViewSymbol(Symbol)) in fromCodeViewSymbolImpl()
594 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol() function in CodeViewYAML::SymbolRecord
DCodeViewYAMLDebugSections.cpp676 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()