Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h132 CharUnits getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp235 if (!begin.isZero() && !begin.isMultipleOf(getNaturalAlignment(CGM, type))) { in addLegalTypedData()
264 assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type))); in addEntry()
645 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) { in getNaturalAlignment() function in swiftcall