Searched refs:getAddrOfGlobalBlockIfEmitted (Results 1 – 2 of 2) sorted by relevance
773 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) in EmitBlockLiteral()802 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()1268 if (llvm::Constant *Block = getAddrOfGlobalBlockIfEmitted(BE)) in GetAddrOfGlobalBlock()1285 return getAddrOfGlobalBlockIfEmitted(BE); in GetAddrOfGlobalBlock()1295 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()
1100 llvm::Constant *getAddrOfGlobalBlockIfEmitted(const BlockExpr *BE) { in getAddrOfGlobalBlockIfEmitted() function