Home | History | Annotate | Download | only in llvm

Lines Matching refs:CompilerLLVM

109 CompilerLLVM::CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set)
118 CompilerLLVM::~CompilerLLVM() {
122 LlvmCompilationUnit* CompilerLLVM::AllocateCompilationUnit() {
134 CompiledMethod* CompilerLLVM::
162 CompiledMethod* CompilerLLVM::
176 inline static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver& driver) {
179 return reinterpret_cast<art::llvm::CompilerLLVM*>(compiler_context);
182 inline static const art::llvm::CompilerLLVM* ContextOf(const art::CompilerDriver& driver) {
185 return reinterpret_cast<const art::llvm::CompilerLLVM*>(compiler_context);
191 art::llvm::CompilerLLVM* compiler_llvm = new art::llvm::CompilerLLVM(&driver,
215 art::llvm::CompilerLLVM* compiler_llvm = ContextOf(driver);
229 art::llvm::CompilerLLVM* compiler_llvm = ContextOf(driver);