Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp73 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()
242 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById()
262 uint32_t SymbolCache::getNumCompilands() const { in getNumCompilands()
442 std::vector<SymbolCache::LineTableEntry>
443 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable()
592 SymbolCache::getOrCreateCompiland(uint32_t Index) { in getOrCreateCompiland()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h109 SymbolCache &getSymbolCache() { return Cache; } in getSymbolCache()
110 const SymbolCache &getSymbolCache() const { return Cache; } in getSymbolCache()
125 SymbolCache Cache;
H A DSymbolCache.h31 class SymbolCache {
118 SymbolCache(NativeSession &Session, DbiStream *Dbi);
H A DNativeRawSymbol.h22 friend class SymbolCache; variable
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile561 SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp