Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp69 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()
197 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
H A DSymbolFileNativePDB.cpp449 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()
1271 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
H A DPdbAstBuilder.cpp275 LazyRandomTypeCollection &types = m_index.tpi().typeCollection(); in BuildParentMap()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp85 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()
162 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
H A DNativeTypeFunctionSig.cpp104 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
H A DNativeTypeEnum.cpp68 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()