Home
last modified time | relevance | path

Searched refs:getChunkOffsetFromBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h849 uptr ChunkOffset = getChunkOffsetFromBlock(BlockBegin); in getErrorInfo()
1087 Block + getChunkOffsetFromBlock(reinterpret_cast<const char *>(Block)); in getChunkFromBlock()
1091 static uptr getChunkOffsetFromBlock(const char *Block) { in getChunkOffsetFromBlock() function
/external/scudo/standalone/
Dcombined.h1135 Block + getChunkOffsetFromBlock(reinterpret_cast<const char *>(Block)); in getChunkFromBlock()
1139 static uptr getChunkOffsetFromBlock(const char *Block) { in getChunkOffsetFromBlock() function
1297 uptr ChunkOffset = getChunkOffsetFromBlock(BlockBegin); in getInlineErrorInfo()