Home
last modified time | relevance | path

Searched refs:typeArray (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp637 auto TpiHashes = GloballyHashedType::hashTypes(ExpectedTpi->typeArray()); in maybeMergeTypeServerPDB()
639 GloballyHashedType::hashIds(ExpectedIpi->typeArray(), TpiHashes); in maybeMergeTypeServerPDB()
644 ExpectedTpi->typeArray(), TpiHashes, EndPrecomp)) in maybeMergeTypeServerPDB()
650 ExpectedIpi->typeArray(), IpiHashes)) in maybeMergeTypeServerPDB()
655 ExpectedTpi->typeArray())) in maybeMergeTypeServerPDB()
660 ExpectedIpi->typeArray())) in maybeMergeTypeServerPDB()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp381 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection()
H A DBytesOutputStyle.cpp459 auto &Types = Tpi->typeArray(); in initializeTypes()
H A Dllvm-pdbutil.cpp1301 codeview::mergeTypeRecords(MergedTpi, TypeMap, Tpi.typeArray())); in mergePdbs()
1306 Ipi.typeArray())); in mergePdbs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1171 for (const CVType &cvt : m_index.tpi().typeArray()) { in ParseAllNamespacesPlusChildrenOf()