HomeSort by relevance Sort by last modified time
    Searched refs:llvm_module_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
frontend.h 93 return llvm_module_;
106 ::llvm::Module* llvm_module_; // Managed by context_. member in class:art::LLVMInfo
frontend.cc 53 llvm_module_ = new ::llvm::Module("art", *llvm_context_);
55 art::llvm::makeLLVMModuleContents(llvm_module_);
56 intrinsic_helper_.reset(new art::llvm::IntrinsicHelper(*llvm_context_, *llvm_module_));
57 ir_builder_.reset(new art::llvm::IRBuilder(*llvm_context_, *llvm_module_, *intrinsic_helper_));

Completed in 59 milliseconds