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

References

lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   46       Session.getSymbolCache().getOrCreateGlobalSymbolByOffset(MatchOffsets[N]);
   47   return Session.getSymbolCache().getSymbolById(Id);
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
   26   return Session.getSymbolCache().getNumCompilands();
   31   return Session.getSymbolCache().getOrCreateCompiland(N);
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
   60     SymIndexId Id = Session.getSymbolCache().findSymbolByTypeIndex(Matches[N]);
   61     return Session.getSymbolCache().getSymbolById(Id);
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
   44     return Session.getSymbolCache().createTypeEnumerator(codeview::LF_ARRAY);
   46     return Session.getSymbolCache().createTypeEnumerator(codeview::LF_ENUM);
   48     return Session.getSymbolCache().createTypeEnumerator(codeview::LF_POINTER);
   50     return Session.getSymbolCache().createTypeEnumerator(
   54     return Session.getSymbolCache().createTypeEnumerator(codeview::LF_VTSHAPE);
   56     return Session.getSymbolCache().createTypeEnumerator(
   59     return Session.getSymbolCache().createGlobalsEnumerator(codeview::S_UDT);
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
   46   return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType());
   57       Session.getSymbolCache().getNativeSymbolById(getTypeId());
   62   return Session.getSymbolCache().findSymbolByTypeIndex(
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   99   SymIndexId Id = Session.getSymbolCache()
  103   return Session.getSymbolCache().getSymbolById(Id);
  182   Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType());
  297   const auto Id = Session.getSymbolCache().findSymbolByTypeIndex(
  344   return Session.getSymbolCache().findSymbolByTypeIndex(
  379   return Session.getSymbolCache().getNativeSymbolById<NativeTypeBuiltin>(
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   92         Session.getSymbolCache().findSymbolByTypeIndex(MemberFunc.ClassType);
  164   SymIndexId Result = Session.getSymbolCache().findSymbolByTypeIndex(ReturnTI);
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   75   return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType);
  104   return Session.getSymbolCache().findSymbolByTypeIndex(Referent);
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
   26   return Session.getSymbolCache().findSymbolByTypeIndex(Record.Type);
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   94     return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape);