(&self)
| 1131 | } |
| 1132 | |
| 1133 | fn cx(&self) -> &CodegenCx<'ll, 'tcx> { |
| 1134 | self.cx |
| 1135 | } |
| 1136 | |
| 1137 | fn do_not_inline(&mut self, llret: &'ll Value) { |
| 1138 | llvm::Attribute::NoInline.apply_callsite(llvm::AttributePlace::Function, llret); |
no outgoing calls
no test coverage detected