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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 59 static CharUnits getTypeAllocSize(CodeGenModule &CGM, llvm::Type *type) {
60 return CharUnits::fromQuantity(CGM.getDataLayout().getTypeAllocSize(type));
599 lastEnd = entry.Begin + getTypeAllocSize(CGM, entry.Type);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 498 TypeSize getTypeAllocSize(Type *Ty) const {
512 return 8 * getTypeAllocSize(Ty);

Completed in 15 milliseconds