Lines Matching refs:SymbolCache
78 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() function in SymbolCache
89 SymbolCache::createTypeEnumerator(TypeLeafKind Kind) { in createTypeEnumerator()
94 SymbolCache::createTypeEnumerator(std::vector<TypeLeafKind> Kinds) { in createTypeEnumerator()
106 SymbolCache::createGlobalsEnumerator(codeview::SymbolKind Kind) { in createGlobalsEnumerator()
111 SymIndexId SymbolCache::createSimpleType(TypeIndex Index, in createSimpleType()
127 SymbolCache::createSymbolForModifiedType(codeview::TypeIndex ModifierTI, in createSymbolForModifiedType()
158 SymIndexId SymbolCache::findSymbolByTypeIndex(codeview::TypeIndex Index) const { in findSymbolByTypeIndex()
247 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById()
263 NativeRawSymbol &SymbolCache::getNativeSymbolById(SymIndexId SymbolId) const { in getNativeSymbolById()
267 uint32_t SymbolCache::getNumCompilands() const { in getNumCompilands()
274 SymIndexId SymbolCache::getOrCreateGlobalSymbolByOffset(uint32_t Offset) { in getOrCreateGlobalSymbolByOffset()
300 SymIndexId SymbolCache::getOrCreateInlineSymbol(InlineSiteSym Sym, in getOrCreateInlineSymbol()
314 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
340 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset()
385 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset()
447 std::vector<SymbolCache::LineTableEntry>
448 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable()
533 SymbolCache::findLineNumbersByVA(uint64_t VA, uint32_t Length) const { in findLineNumbersByVA()
597 SymbolCache::getOrCreateCompiland(uint32_t Index) { in getOrCreateCompiland()
614 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById()
625 SymbolCache::getOrCreateSourceFile(const FileChecksumEntry &Checksums) const { in getOrCreateSourceFile()