HomeSort by relevance Sort by last modified time
    Searched refs:getNaturalAlignment (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/CodeGen/
SwiftCallingConv.h 124 CharUnits getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type);
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 231 if (!begin.isZero() && !begin.isMultipleOf(getNaturalAlignment(CGM, type))) {
260 assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type)));
601 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) {

Completed in 1161 milliseconds