Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp424 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit() function
432 return getOffsetAtStartOfUnit(first, chunkSize) in areBytesInSameUnit()
433 == getOffsetAtStartOfUnit(second, chunkSize); in areBytesInSameUnit()
532 CharUnits chunkBegin = getOffsetAtStartOfUnit(localBegin, chunkSize); in finish()
541 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()