Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Emit

1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions ----*- C++ -*-===//
347 void Emit(CodeGenFunction &CGF, Flags flags) override {
465 /// Emit the dispatch block for a filter scope if necessary.
914 /// Emit the structure of the dispatch block for the given catch scope.
989 // Otherwise we need to emit and continue at that block.
1013 // Emit the structure of the EH dispatch for this catch.
1037 // Perversely, we emit the handlers backwards precisely because we
1060 // Emit the PGO counter increment.
1100 void Emit(CodeGenFunction &CGF, Flags flags) override {
1127 void Emit(CodeGenFunction &CGF, Flags flags) override {
1139 // Emit the finally block.
1250 // If there are any references to the catch-all block, emit it.
1354 // We emit a jump to a notional label at the outermost unwind state.
1409 void Emit(CodeGenFunction &CGF, Flags F) override {
1694 // Emit the original filter expression, convert to i32, and return.
1717 // Emit the original filter expression, convert to i32, and return.
1815 // In general, we have to emit an outlined filter function. Use the function
1836 // Don't emit the __except block if the __try block lacked invokes.
1878 // Emit the __except body.
1891 // If this code is reachable then emit a stop point (if generating
1898 // Just emit unreachable.