Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h40 static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp216 virtual Error fromCodeViewSymbol(codeview::CVSymbol Type) = 0;
231 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol() function
255 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol() function
582 if (auto EC = Impl->fromCodeViewSymbol(Symbol)) in fromCodeViewSymbolImpl()
589 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol() function in CodeViewYAML::SymbolRecord
H A DCodeViewYAMLDebugSections.cpp677 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp274 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in dumpDbiStream()
361 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym); in dumpPublics()