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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp1 #include "llvm/DebugInfo/PDB/Native/SymbolCache.h"
64 SymbolCache::SymbolCache(NativeSession &Session, DbiStream *Dbi) function in class:SymbolCache
74 SymbolCache::createTypeEnumerator(TypeLeafKind Kind) {
79 SymbolCache::createTypeEnumerator(std::vector<TypeLeafKind> Kinds) {
91 SymbolCache::createGlobalsEnumerator(codeview::SymbolKind Kind) {
96 SymIndexId SymbolCache::createSimpleType(TypeIndex Index,
111 SymbolCache::createSymbolForModifiedType(codeview::TypeIndex ModifierTI,
142 SymIndexId SymbolCache::findSymbolByTypeIndex(codeview::TypeIndex Index) {
231 SymbolCache
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h18 #include "llvm/DebugInfo/PDB/Native/SymbolCache.h"
101 SymbolCache &getSymbolCache() { return Cache; }
102 const SymbolCache &getSymbolCache() const { return Cache; }
110 SymbolCache Cache;
H A DSymbolCache.h1 //==- SymbolCache.h - Cache of native symbols and ids ------------*- C++ -*-==//
27 class SymbolCache { class in namespace:llvm::pdb
82 SymbolCache(NativeSession &Session, DbiStream *Dbi);
H A DNativeRawSymbol.h22 friend class SymbolCache;
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile514 SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp

Completed in 44 milliseconds