Home
last modified time | relevance | path

Searched refs:typeCollection (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp75 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName()
76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
H A DNativeTypeFunctionSig.cpp104 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
H A DSymbolCache.cpp100 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()
178 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
H A DNativeTypeEnum.cpp66 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()
224 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
H A DSymbolFileNativePDB.cpp473 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()
1475 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseInlineSite()
1484 LazyRandomTypeCollection &ids = m_index->ipi().typeCollection(); in ParseInlineSite()
1647 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
H A DPdbAstBuilder.cpp334 LazyRandomTypeCollection &types = m_index.tpi().typeCollection(); in BuildParentMap()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function