reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
56 SymIndexId Id = Cache.size(); 57 Cache.push_back(nullptr); 86 SymIndexId Id = Cache.size(); 95 Cache.push_back(std::move(Result)); 118 SymIndexId SymId = Cache.size();lib/DebugInfo/PDB/Native/SymbolCache.cpp
67 Cache.push_back(nullptr); 124 NativeRawSymbol &UnmodifiedNRS = *Cache[UnmodifiedId]; 232 assert(SymbolId < Cache.size()); 235 if (SymbolId == 0 || SymbolId >= Cache.size()) 240 NativeRawSymbol *NRS = Cache[SymbolId].get(); 248 return *Cache[SymbolId];