Implement GetCodeSize for LLVM build.
Change-Id: I8e271eb809c81615cc4605564cda5dc55251ea01
diff --git a/src/compiler_llvm/elf_loader.h b/src/compiler_llvm/elf_loader.h
index ea98f61..263a9fa 100644
--- a/src/compiler_llvm/elf_loader.h
+++ b/src/compiler_llvm/elf_loader.h
@@ -43,6 +43,8 @@
const Method::InvokeStub* GetMethodInvokeStubAddr(uint16_t elf_idx,
uint16_t elf_func_idx) const;
+ size_t GetCodeSize(uint16_t elf_idx, uint16_t elf_func_idx) const;
+
private:
const void* GetAddr(size_t elf_idx, const char* sym_name) const;