Lines Matching refs:SymbolCache
73 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() function in SymbolCache
84 SymbolCache::createTypeEnumerator(TypeLeafKind Kind) { in createTypeEnumerator()
89 SymbolCache::createTypeEnumerator(std::vector<TypeLeafKind> Kinds) { in createTypeEnumerator()
101 SymbolCache::createGlobalsEnumerator(codeview::SymbolKind Kind) { in createGlobalsEnumerator()
106 SymIndexId SymbolCache::createSimpleType(TypeIndex Index, in createSimpleType()
122 SymbolCache::createSymbolForModifiedType(codeview::TypeIndex ModifierTI, in createSymbolForModifiedType()
153 SymIndexId SymbolCache::findSymbolByTypeIndex(codeview::TypeIndex Index) const { in findSymbolByTypeIndex()
242 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById()
258 NativeRawSymbol &SymbolCache::getNativeSymbolById(SymIndexId SymbolId) const { in getNativeSymbolById()
262 uint32_t SymbolCache::getNumCompilands() const { in getNumCompilands()
269 SymIndexId SymbolCache::getOrCreateGlobalSymbolByOffset(uint32_t Offset) { in getOrCreateGlobalSymbolByOffset()
295 SymIndexId SymbolCache::getOrCreateInlineSymbol(InlineSiteSym Sym, in getOrCreateInlineSymbol()
309 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
335 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset()
380 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset()
442 std::vector<SymbolCache::LineTableEntry>
443 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable()
528 SymbolCache::findLineNumbersByVA(uint64_t VA, uint32_t Length) const { in findLineNumbersByVA()
592 SymbolCache::getOrCreateCompiland(uint32_t Index) { in getOrCreateCompiland()
609 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById()
621 SymbolCache::getOrCreateSourceFile(const FileChecksumEntry &Checksums) const { in getOrCreateSourceFile()