Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp423 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit() function
431 return getOffsetAtStartOfUnit(first, chunkSize) in areBytesInSameUnit()
432 == getOffsetAtStartOfUnit(second, chunkSize); in areBytesInSameUnit()
531 CharUnits chunkBegin = getOffsetAtStartOfUnit(localBegin, chunkSize); in finish()
540 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()