Home | History | Annotate | Download | only in compiler

Lines Matching refs:compiler_options_

121   // Copy local instruction_set_ and instruction_set_features_ to *compiler_options_;
128 compiler_options_->instruction_set_ = instruction_set_;
129 compiler_options_->instruction_set_features_ =
131 CHECK(compiler_options_->instruction_set_features_->Equals(instruction_set_features_.get()));
142 if (compiler_options_ != nullptr) {
150 compiler_options_.reset(new CompilerOptions);
151 verification_results_.reset(new VerificationResults(compiler_options_.get()));
166 compiler_options_.reset();
182 Compiler::Create(*compiler_options_, &storage, compiler_kind_));
186 compiler_options_->verification_results_ = verification_results_.get();
205 compiler_options_->verification_results_ = nullptr;
246 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone;