Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()
228 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
H A DSymbolFileNativePDB.cpp554 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()
1577 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseInlineSite()
1586 LazyRandomTypeCollection &ids = m_index->ipi().typeCollection(); in ParseInlineSite()
1772 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
2165 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in BuildParentMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function