1 #ifndef INCLUDE__LLVMFunction_hxx
2 #define INCLUDE__LLVMFunction_hxx
4 #include "disassembler/Function.hxx"
6 class LLVMFunction : public Function {
8 LLVMFunction(const std::string& name, uint64_t start_address)
9 :Function(name, start_address) {}