Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp422 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit() function
430 return getOffsetAtStartOfUnit(first, chunkSize) in areBytesInSameUnit()
431 == getOffsetAtStartOfUnit(second, chunkSize); in areBytesInSameUnit()
530 CharUnits chunkBegin = getOffsetAtStartOfUnit(localBegin, chunkSize); in finish()
539 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()