Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h131 CharUnits getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp249 if (!begin.isZero() && !begin.isMultipleOf(getNaturalAlignment(CGM, type))) { in addLegalTypedData()
278 assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type))); in addEntry()
659 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) { in getNaturalAlignment() function in swiftcall