reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  906     if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) {
  943     return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression);
 1362   if (llvm::Constant *Block = getAddrOfGlobalBlockIfEmitted(BE))
 1379   return getAddrOfGlobalBlockIfEmitted(BE);
 1389   assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) &&