Home
last modified time | relevance | path

Searched defs:getBlockSize (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h72 uint32_t getBlockSize() const { return BlockSize; } in getBlockSize() function
142 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); } in getBlockSize() function
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp54 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; } in getBlockSize() function in PDBFile
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dsecondary.h437 static uptr getBlockSize(void *Ptr) { in getBlockSize() function