Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Emit

1 //===--- CGBlocks.cpp - Emit LLVM Code for declarations -------------------===//
10 // This contains code to emit blocks.
582 // If there are cleanups to emit, enter them (but inactive).
673 /// Emit a block literal expression in the current function.
702 // If there is nothing to capture, we can emit this as a global block.
706 // Otherwise, we have to emit this as a local block.
777 // special; we'll simply emit it directly.
809 // If we have a lambda conversion, emit the expression
1216 // Emit debug information for all the DeclRefExprs.
1413 // just emit a retain of the src field.
1558 // If this is a __weak capture, emit the release directly.
1567 // hard to just emit this as a cleanup if we wanted to make sure
2230 void Emit(CodeGenFunction &CGF, Flags flags) {