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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 2537 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType,
2665 llvm::StructType *byrefType =
2679 types.push_back(llvm::PointerType::getUnqual(byrefType));
2733 byrefType->setBody(types, packed);
2736 info.Type = byrefType;
2753 llvm::StructType *byrefType = cast<llvm::StructType>(
2768 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission);
2837 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType);
CodeGenFunction.h 4730 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,

Completed in 41 milliseconds