Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h128 CharUnits getMaximumVoluntaryIntegerSize(CodeGenModule &CGM);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp478 const CharUnits chunkSize = getMaximumVoluntaryIntegerSize(CGM); in finish()
653 CharUnits swiftcall::getMaximumVoluntaryIntegerSize(CodeGenModule &CGM) { in getMaximumVoluntaryIntegerSize() function in swiftcall