summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compiler_llvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
-rw-r--r--src/compiler_llvm/compiler_llvm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h
index f5a282a845..90537ff2ee 100644
--- a/src/compiler_llvm/compiler_llvm.h
+++ b/src/compiler_llvm/compiler_llvm.h
@@ -17,6 +17,7 @@
#ifndef ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_
#define ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_
+#include "compiler.h"
#include "constants.h"
#include "dex_file.h"
#include "elf_image.h"
@@ -26,6 +27,8 @@
#include <UniquePtr.h>
#include <string>
+#include <utility>
+#include <vector>
namespace art {
class ClassLoader;
@@ -101,6 +104,8 @@ class CompilerLLVM {
const CompiledInvokeStub* cm,
const Method* method) const;
+ std::vector<ElfImage> GetElfImages() const;
+
CompiledMethod* CompileDexMethod(OatCompilationUnit* oat_compilation_unit);
CompiledMethod* CompileNativeMethod(OatCompilationUnit* oat_compilation_unit);