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

References

include/llvm/DebugInfo/PDB/Native/SymbolCache.h
   91         Session, Id, std::forward<Args>(ConstructorArgs)...);
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   80   auto Tpi = Session.getPDBFile().getPDBTpiStream();
   87       new NativeEnumTypes(Session, Types, std::move(Kinds)));
   93       new NativeEnumGlobals(Session, {Kind}));
  157   auto Tpi = Session.getPDBFile().getPDBTpiStream();
  244   return PDBSymbol::create(Session, *NRS);
  263   SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
  298   return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]);