denyhosts/clamav/libclamav/c++/ClamBCModule.h

12 lines
222 B
C
Raw Permalink Normal View History

2023-01-14 18:28:39 +08:00
#include "llvm/Support/raw_ostream.h"
namespace llvm
{
class Function;
class Instruction;
class Pass;
} // namespace llvm
namespace ClamBCModule
{
void stop(const char* msg, llvm::Function* F, llvm::Instruction* I = 0);
}