Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h72 uint32_t getBlockSize() const { return BlockSize; } in getBlockSize() function
142 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); } in getBlockSize() function
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DMapping.cpp230 uint32_t mapping::getBlockSize(bool IsSPMD) { in getBlockSize() function in mapping
235 uint32_t mapping::getBlockSize() { in getBlockSize() function in mapping
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp54 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; } in getBlockSize() function in PDBFile
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h437 static uptr getBlockSize(void *Ptr) { in getBlockSize() function
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp440 KernelDim3 LaunchOp::getBlockSize() { in getBlockSize() function in LaunchOp