10#ifndef KLEE_EXTERNALDISPATCHER_H
11#define KLEE_EXTERNALDISPATCHER_H
27class ExternalDispatcherImpl;
40 bool executeCall(llvm::Function *function, llvm::Instruction *i,
void * resolveSymbol(const std::string &name)
bool executeCall(llvm::Function *function, llvm::Instruction *i, uint64_t *args)
void setLastErrno(int newErrno)
ExternalDispatcher(llvm::LLVMContext &ctx)
ExternalDispatcherImpl * impl