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

References

include/llvm/DebugInfo/PDB/Native/NativeSession.h
  101   SymbolCache &getSymbolCache() { return Cache; }
  102   const SymbolCache &getSymbolCache() const { return Cache; }
lib/DebugInfo/PDB/Native/NativeSession.cpp
   93   return Cache.getSymbolById(SymbolId);
  220     ExeSymbol = Cache.createSymbol<NativeExeSymbol>();
  226   return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol);