Searched refs:SymbolCache (Results 1 – 5 of 5) sorted by relevance
78 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() function in SymbolCache89 SymbolCache::createTypeEnumerator(TypeLeafKind Kind) { in createTypeEnumerator()106 SymbolCache::createGlobalsEnumerator(codeview::SymbolKind Kind) { in createGlobalsEnumerator()111 SymIndexId SymbolCache::createSimpleType(TypeIndex Index, in createSimpleType()247 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById()267 uint32_t SymbolCache::getNumCompilands() const { in getNumCompilands()300 SymIndexId SymbolCache::getOrCreateInlineSymbol(InlineSiteSym Sym, in getOrCreateInlineSymbol()447 std::vector<SymbolCache::LineTableEntry>448 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable()597 SymbolCache::getOrCreateCompiland(uint32_t Index) { in getOrCreateCompiland()[all …]
113 SymbolCache &getSymbolCache() { return Cache; } in getSymbolCache()114 const SymbolCache &getSymbolCache() const { return Cache; } in getSymbolCache()129 SymbolCache Cache;
37 class SymbolCache {124 SymbolCache(NativeSession &Session, DbiStream *Dbi);
22 friend class SymbolCache; variable
633 SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp