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.
916 /// Emit the structure of the dispatch block for the given catch scope.
991 // Otherwise we need to emit and continue at that block.
1015 // Emit the structure of the EH dispatch for this catch.
1039 // Perversely, we emit the handlers backwards precisely because we
1062 // Emit the PGO counter increment.
1102 void Emit(CodeGenFunction &CGF, Flags flags) override {
1129 void Emit(CodeGenFunction &CGF, Flags flags) override {
1141 // Emit the finally block.
1252 // If there are any references to the catch-all block, emit it.
1358 // We emit a jump to a notional label at the outermost unwind state.
1413 void Emit(CodeGenFunction &CGF, Flags F) override {
1694 // Emit the original filter expression, convert to i32, and return.
1711 // Emit the original filter expression, convert to i32, and return.
1809 // In general, we have to emit an outlined filter function. Use the function
1830 // Don't emit the __except block if the __try block lacked invokes.
1872 // Emit the __except body.
1885 // If this code is reachable then emit a stop point (if generating
1892 // Just emit unreachable.