Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h25 virtual uint32_t getBlockCount() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h55 uint32_t getBlockCount() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp60 uint32_t PDBFile::getBlockCount() const { in getBlockCount() function in PDBFile
159 uint32_t BlocksRemaining = getBlockCount(); in parseFileHeaders()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp87 Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount(); in dumpFileHeaders()
H A DBytesOutputStyle.cpp98 if (Max >= File.getBlockCount()) in dump()
H A DExplainOutputStyle.cpp213 if (DescribedBlockStart > File.pdb().getBlockCount()) { in explainPdbFpmBlockOffset()
H A DDumpOutputStyle.cpp250 P.formatLine("Number of blocks: {0}", getPdb().getBlockCount()); in dumpFileSummary()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1567 uint32_t CodeSignatureSection::getBlockCount() const { in getBlockCount() function in CodeSignatureSection
1572 return allHeadersSize + getBlockCount() * hashSize; in getRawSize()
1579 parallelFor(0, getBlockCount(), [&](size_t i) { in writeHashes()
1620 write32be(&codeDirectory->nCodeSlots, getBlockCount()); in writeTo()
H A DSyntheticSections.h547 uint32_t getBlockCount() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp876 uint64_t BlockCount = Index.getBlockCount(); in setPartialSampleProfileRatio()
H A DAsmWriter.cpp3097 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1460 uint64_t getBlockCount() const { return BlockCount; }
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4501 if (Index->getBlockCount()) in writePerModuleGlobalValueSummary()
4503 ArrayRef<uint64_t>{Index->getBlockCount()}); in writePerModuleGlobalValueSummary()
4815 if (Index.getBlockCount()) in writeCombinedGlobalValueSummary()
4817 ArrayRef<uint64_t>{Index.getBlockCount()}); in writeCombinedGlobalValueSummary()