Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h129 CharUnits getMaximumVoluntaryIntegerSize(CodeGenModule &CGM);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp460 const CharUnits chunkSize = getMaximumVoluntaryIntegerSize(CGM); in finish()
639 CharUnits swiftcall::getMaximumVoluntaryIntegerSize(CodeGenModule &CGM) { in getMaximumVoluntaryIntegerSize() function in swiftcall