Home
last modified time | relevance | path

Searched defs:BlockNum (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp210 uint32_t BlockNum = Offset / BlockSize; in tryReadContiguously() local
242 uint32_t BlockNum = Offset / BlockSize; in readBytes() local
394 uint32_t BlockNum = Offset / getBlockSize(); in writeBytes() local
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profile_collector.cc56 u32 BlockNum; member