| 83 | SelectionVector::Mode selection_vector_mode() { return selection_vector_mode_; } |
| 84 | LLVMTypes* types() { return engine_->types(); } |
| 85 | llvm::Module* module() { return engine_->module(); } |
| 86 | const std::string& ir() { return engine_->ir(); } |
| 87 | |
| 88 | private: |
no test coverage detected