Searched refs:getBlockCount (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h25 virtual uint32_t getBlockCount() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h57 uint32_t getBlockCount() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp61 uint32_t PDBFile::getBlockCount() const { function in class:PDBFile
161 uint32_t BlocksRemaining = getBlockCount();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp87 Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount();
H A DBytesOutputStyle.cpp98 if (Max >= File.getBlockCount())
H A DExplainOutputStyle.cpp211 if (DescribedBlockStart > File.pdb().getBlockCount()) {
H A DDumpOutputStyle.cpp249 P.formatLine("Number of blocks: {0}", getPdb().getBlockCount());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp686 uint64_t BlockCount = Index.getBlockCount();
H A DAsmWriter.cpp2830 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1108 uint64_t getBlockCount() const { return BlockCount; } function in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3935 ArrayRef<uint64_t>{Index->getBlockCount()});
4221 ArrayRef<uint64_t>{Index.getBlockCount()});

Completed in 340 milliseconds