Home
last modified time | relevance | path

Searched refs:blockAddr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp797 Address blockAddr = blockInfo.LocalAddress; in EmitBlockLiteral() local
798 assert(blockAddr.isValid() && "block has no address!"); in EmitBlockLiteral()
830 return Builder.CreateStructGEP(blockAddr, index, name); in EmitBlockLiteral()
1076 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()