Lines Matching defs:Emit
1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions ----*- C++ -*-===//
386 void Emit(CodeGenFunction &CGF, Flags flags) override {
541 /// Emit the dispatch block for a filter scope if necessary.
1115 /// Emit the structure of the dispatch block for the given catch scope.
1223 // Emit the structure of the EH dispatch for this catch.
1287 // Emit the PGO counter increment.
1351 void Emit(CodeGenFunction &CGF, Flags flags) override {
1378 void Emit(CodeGenFunction &CGF, Flags flags) override {
1390 // Emit the finally block.
1614 // Emit the __std_terminate call.
1730 void Emit(CodeGenFunction &CGF, Flags F) override {
2082 // Emit the original filter expression, convert to i32, and return.
2099 // Emit the original filter expression, convert to i32, and return.
2269 // Emit the __except body.