Home
last modified time | relevance | path

Searched refs:SymbolCache (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp78 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) in SymbolCache() function in SymbolCache
89 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h113 SymbolCache &getSymbolCache() { return Cache; } in getSymbolCache()
114 const SymbolCache &getSymbolCache() const { return Cache; } in getSymbolCache()
129 SymbolCache Cache;
H A DSymbolCache.h37 class SymbolCache {
124 SymbolCache(NativeSession &Session, DbiStream *Dbi);
H A DNativeRawSymbol.h22 friend class SymbolCache; variable
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile633 SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp