Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp406 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit() function
414 return getOffsetAtStartOfUnit(first, chunkSize) in areBytesInSameUnit()
415 == getOffsetAtStartOfUnit(second, chunkSize); in areBytesInSameUnit()
514 CharUnits chunkBegin = getOffsetAtStartOfUnit(localBegin, chunkSize); in finish()
523 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()