1 #include "../include/call.hpp"
62 return new call(*
this);
virtual symbol & operator=(const symbol &)
Assignment operator.
This class represents a program/library function symbol.
call(mem_addr_t, mem_addr_t, const i8 *)
Object constructor.
char i8
8-bit signed integer
mem_addr_t m_site
Call site address.
This class represents a program/library runtime function call.
virtual mem_addr_t site() const
Get the call site address.
virtual call & operator=(const call &)
Assignment operator.
virtual ~call()
Object destructor.
unsigned long long mem_addr_t
64-bit memory address
virtual call * clone() const
Object virtual copy constructor.
#define unlikely(expr)
Offer a hint (negative) to the pipeline branch predictor.