Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp421 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit() function
429 return getOffsetAtStartOfUnit(first, chunkSize) in areBytesInSameUnit()
430 == getOffsetAtStartOfUnit(second, chunkSize); in areBytesInSameUnit()
529 CharUnits chunkBegin = getOffsetAtStartOfUnit(localBegin, chunkSize); in finish()
538 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()