Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h124 CharUnits getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type);
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp231 if (!begin.isZero() && !begin.isMultipleOf(getNaturalAlignment(CGM, type))) { in addLegalTypedData()
260 assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type))); in addEntry()
601 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) { in getNaturalAlignment() function in swiftcall