34#include <Util/config.h>
bool is_alloc_stack_ret(const FunObjVar *F)
bool is_arg_alloc(const FunObjVar *F)
bool is_memcpy(const FunObjVar *F)
std::string getExtBcPath()
static std::string extBcPath
s32_t get_alloc_arg_pos(const FunObjVar *F)
static ExtAPI * getExtAPI()
bool is_ext(const FunObjVar *funObjVar)
std::string getExtFuncAnnotation(const FunObjVar *fun, const std::string &funcAnnotation)
bool is_realloc(const FunObjVar *F)
Map< const FunObjVar *, std::vector< std::string > > funObjVar2Annotations
void setExtFuncAnnotations(const FunObjVar *fun, const std::vector< std::string > &funcAnnotations)
static bool setExtBcPath(const std::string &path)
bool hasExtFuncAnnotation(const FunObjVar *fun, const std::string &funcAnnotation)
bool is_alloc(const FunObjVar *F)
const std::vector< std::string > & getExtFuncAnnotations(const FunObjVar *fun)
bool is_memset(const FunObjVar *F)
bool has_static(const FunObjVar *F)
llvm::IRBuilder IRBuilder