OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSymbolCache
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumModules.cpp
26
return Session.
getSymbolCache
().getNumCompilands();
31
return Session.
getSymbolCache
().getOrCreateCompiland(N);
NativeExeSymbol.cpp
44
return Session.
getSymbolCache
().createTypeEnumerator(codeview::LF_ARRAY);
46
return Session.
getSymbolCache
().createTypeEnumerator(codeview::LF_ENUM);
48
return Session.
getSymbolCache
().createTypeEnumerator(codeview::LF_POINTER);
50
return Session.
getSymbolCache
().createTypeEnumerator(
54
return Session.
getSymbolCache
().createTypeEnumerator(codeview::LF_VTSHAPE);
56
return Session.
getSymbolCache
().createTypeEnumerator(
59
return Session.
getSymbolCache
().createGlobalsEnumerator(codeview::S_UDT);
NativeTypeArray.cpp
46
return Session.
getSymbolCache
().findSymbolByTypeIndex(Record.getIndexType());
57
Session.
getSymbolCache
().getNativeSymbolById(getTypeId());
62
return Session.
getSymbolCache
().findSymbolByTypeIndex(
NativeEnumSymbols.cpp
32
return Session.
getSymbolCache
().getSymbolById(Symbols[N]);
NativeEnumGlobals.cpp
46
Session.
getSymbolCache
().getOrCreateGlobalSymbolByOffset(MatchOffsets[N]);
47
return Session.
getSymbolCache
().getSymbolById(Id);
NativeEnumTypes.cpp
60
SymIndexId Id = Session.
getSymbolCache
().findSymbolByTypeIndex(Matches[N]);
61
return Session.
getSymbolCache
().getSymbolById(Id);
NativeTypeTypedef.cpp
28
return Session.
getSymbolCache
().findSymbolByTypeIndex(Record.Type);
NativeTypeEnum.cpp
99
SymIndexId Id = Session.
getSymbolCache
()
103
return Session.
getSymbolCache
().getSymbolById(Id);
182
Session.
getSymbolCache
().findSymbolByTypeIndex(Record->getUnderlyingType());
297
const auto Id = Session.
getSymbolCache
().findSymbolByTypeIndex(
344
return Session.
getSymbolCache
().findSymbolByTypeIndex(
379
return Session.
getSymbolCache
().getNativeSymbolById<NativeTypeBuiltin>(
NativeTypePointer.cpp
75
return Session.
getSymbolCache
().findSymbolByTypeIndex(MPI.ContainingType);
104
return Session.
getSymbolCache
().findSymbolByTypeIndex(Referent);
NativeInlineSiteSymbol.cpp
167
Session.
getSymbolCache
().getOrCreateSourceFile(*ChecksumIter);
173
auto SrcFile = Session.
getSymbolCache
().getSourceFileById(SrcFileId);
NativeTypeFunctionSig.cpp
92
Session.
getSymbolCache
().findSymbolByTypeIndex(MemberFunc.ClassType);
164
SymIndexId Result = Session.
getSymbolCache
().findSymbolByTypeIndex(ReturnTI);
NativeFunctionSymbol.cpp
122
SymIndexId Id = Session.
getSymbolCache
().getOrCreateInlineSymbol(
NativeTypeUDT.cpp
94
return Session.
getSymbolCache
().findSymbolByTypeIndex(Class->VTableShape);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h
109
SymbolCache &
getSymbolCache
() { return Cache; }
110
const SymbolCache &
getSymbolCache
() const { return Cache; }
Completed in 147 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026