Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBDataStream.h29 virtual uint32_t getRecordCount() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIADataStream.h21 uint32_t getRecordCount() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp18 uint32_t DIADataStream::getRecordCount() const { in getRecordCount() function in DIADataStream
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h28 << ", callsite record count: " << F.getRecordCount() << "\n"; in prettyPrintStackMap()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h54 uint32_t getRecordCount() const { return TypeRecordCount; }
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h70 uint64_t getRecordCount() const { in getRecordCount() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp131 if (Ipi && Ipi->getRecordCount() > 0) { in finalizeMsfLayout()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1249 print(builder.getTpiBuilder().getRecordCount(), "Merged TPI records"); in printStats()
1250 print(builder.getIpiBuilder().getRecordCount(), "Merged IPI records"); in printStats()