mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-11-01 00:20:53 +00:00
10 lines
252 B
C++
10 lines
252 B
C++
#include "llvm/Support/raw_ostream.h"
|
|
namespace llvm {
|
|
class Function;
|
|
class Instruction;
|
|
class Pass;
|
|
}
|
|
namespace ClamBCModule {
|
|
void stop(const char *msg, llvm::Function* F, llvm::Instruction* I);
|
|
}
|
|
llvm::Pass *createClamBCRTChecks();
|