HomeSort by: relevance | last modified time | path
    Searched refs:getNaturalAlignment (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
SwiftCallingConv.h 131 CharUnits getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 247 if (!begin.isZero() && !begin.isMultipleOf(getNaturalAlignment(CGM, type))) {
276 assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type)));
660 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) {

Completed in 21 milliseconds