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

  /external/clang/lib/CodeGen/
CGBlocks.cpp 107 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
275 elementTypes.push_back(CGM.getBlockDescriptorType());
788 llvm::Type *CodeGenModule::getBlockDescriptorType() {
822 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
    [all...]
CodeGenModule.h 584 /// getBlockDescriptorType - Fetches the type of a generic block
586 llvm::Type *getBlockDescriptorType();
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 692 QualType getBlockDescriptorType() const;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 58 milliseconds