Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp69 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName()
70 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
DNativeTypeFunctionSig.cpp103 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
DSymbolCache.cpp95 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()
172 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
DNativeTypeEnum.cpp67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.cpp68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()
205 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
DSymbolFileNativePDB.cpp437 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()
1266 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
DPdbAstBuilder.cpp272 LazyRandomTypeCollection &types = m_index.tpi().typeCollection(); in BuildParentMap()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h58 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h58 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp85 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()
162 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
DNativeTypeFunctionSig.cpp103 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
DNativeTypeEnum.cpp67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
/external/python/cpython2/Lib/plat-mac/Carbon/
DCarbonEvents.py298 typeCollection = FOUR_CHAR_CODE('cltn') variable