Home
last modified time | relevance | path

Searched refs:getRecordCount (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBDataStream.h29 virtual uint32_t getRecordCount() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIADataStream.h21 uint32_t getRecordCount() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp18 uint32_t DIADataStream::getRecordCount() const { in getRecordCount() function in DIADataStream
/netbsd-src/external/bsd/elftosb/dist/common/
H A DStSRecordFile.h81 inline unsigned getRecordCount() const { return static_cast<unsigned>(m_records.size()); } in getRecordCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h28 << ", callsite record count: " << F.getRecordCount() << "\n"; in prettyPrintStackMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h62 uint32_t getRecordCount() const { return TypeRecordCount; }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h70 uint64_t getRecordCount() const { in getRecordCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp124 if (Ipi && Ipi->getRecordCount() > 0) { in finalizeMsfLayout()