Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp69 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName()
70 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
H A DNativeTypeFunctionSig.cpp103 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
H A DSymbolCache.cpp95 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()
173 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
H A DNativeTypeEnum.cpp67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h58 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function