OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlockCount
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
IMSFFile.h
25
virtual uint32_t
getBlockCount
() const = 0;
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp
203
unsigned blockCount = section->
getBlockCount
();
219
blockCount = nop.
getBlockCount
();
251
unsigned nextSectionOffset = fileBlocksWritten + section->
getBlockCount
() + 1;
252
tag.setSectionLength(section->
getBlockCount
() + getPadBlockCountForSection(*itCopy, nextSectionOffset));
254
blockCount = tag.
getBlockCount
();
278
blockCount = section->
getBlockCount
();
448
offset += thisSection->
getBlockCount
();
501
imageBlocks += (*it)->
getBlockCount
();
590
unsigned EncoreBootImage::BootCommand::
getBlockCount
() const
614
if (offset >=
getBlockCount
())
[
all
...]
EncoreBootImage.h
297
virtual unsigned
getBlockCount
() const { return 0; }
367
virtual unsigned
getBlockCount
() const;
820
virtual unsigned
getBlockCount
() const;
858
virtual unsigned
getBlockCount
() const;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h
57
uint32_t
getBlockCount
() const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp
61
uint32_t PDBFile::
getBlockCount
() const {
161
uint32_t BlocksRemaining =
getBlockCount
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp
87
Obj.Headers->SuperBlock.NumBlocks = File.
getBlockCount
();
BytesOutputStyle.cpp
98
if (Max >= File.
getBlockCount
())
ExplainOutputStyle.cpp
211
if (DescribedBlockStart > File.pdb().
getBlockCount
()) {
DumpOutputStyle.cpp
249
P.formatLine("Number of blocks: {0}", getPdb().
getBlockCount
());
/src/external/bsd/elftosb/dist/sbtool/
sbtool.cpp
457
unsigned blockCount = section->
getBlockCount
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
786
uint64_t BlockCount = Index.
getBlockCount
();
AsmWriter.cpp
2973
Out << "^" << NumSlots << " = blockcount: " << TheIndex->
getBlockCount
()
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
1134
uint64_t
getBlockCount
() const { return BlockCount; }
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
4051
ArrayRef<uint64_t>{Index->
getBlockCount
()});
4343
ArrayRef<uint64_t>{Index.
getBlockCount
()});
Completed in 61 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026