Lines Matching defs:Emit
1 //===------- ItaniumCXXABI.cpp - Emit LLVM Code from ASTs for a Module ----===//
1636 // Emit the call to __dynamic_cast.
2594 void Emit(CodeGenFunction &CGF, Flags flags) override {
2799 // Emit the initializer and add a global destructor if appropriate.
2930 // Emit the call to casted Dtor.
3151 // Emit all referenced thread wrappers.
3201 // Emit a weak global function referring to the initialization function.
4051 // Emit the standard library with external linkage.
4601 enum class StructorCodegen { Emit, RAUW, Alias, COMDAT };
4606 return StructorCodegen::Emit;
4611 return StructorCodegen::Emit;
4634 return StructorCodegen::Emit;
4779 void Emit(CodeGenFunction &CGF, Flags flags) override {
5021 // Emit the local.
5165 // Emit __finalize function to unregister __dtor and (as appropriate) call
5207 // Emit the call to dtorStub.