Lines Matching refs:SymbolCache
64 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() function in SymbolCache
74 SymbolCache::createTypeEnumerator(TypeLeafKind Kind) { in createTypeEnumerator()
79 SymbolCache::createTypeEnumerator(std::vector<TypeLeafKind> Kinds) { in createTypeEnumerator()
91 SymbolCache::createGlobalsEnumerator(codeview::SymbolKind Kind) { in createGlobalsEnumerator()
96 SymIndexId SymbolCache::createSimpleType(TypeIndex Index, in createSimpleType()
111 SymbolCache::createSymbolForModifiedType(codeview::TypeIndex ModifierTI, in createSymbolForModifiedType()
142 SymIndexId SymbolCache::findSymbolByTypeIndex(codeview::TypeIndex Index) { in findSymbolByTypeIndex()
231 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById()
247 NativeRawSymbol &SymbolCache::getNativeSymbolById(SymIndexId SymbolId) const { in getNativeSymbolById()
251 uint32_t SymbolCache::getNumCompilands() const { in getNumCompilands()
258 SymIndexId SymbolCache::getOrCreateGlobalSymbolByOffset(uint32_t Offset) { in getOrCreateGlobalSymbolByOffset()
285 SymbolCache::getOrCreateCompiland(uint32_t Index) { in getOrCreateCompiland()