reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
   39   static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);

References

lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  676     auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym);
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  270           auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym);
  357     auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym);