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

Declarations

include/llvm/DebugInfo/CodeView/SymbolRecord.h
 1002 Expected<CVSymbol> readSymbolFromStream(BinaryStreamRef Stream,

References

tools/lld/COFF/InputFiles.cpp
  717       Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset);
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1816       Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff);
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  354     Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff);