diff options
author | vanhauser-thc <vh@thc.org> | 2024-05-15 14:16:44 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-05-15 14:16:44 +0200 |
commit | 1db3b81d2eb855167dcf65734f8833a2329609da (patch) | |
tree | f0b32a3dc543d76791bfcbc350a41af0e11221f2 /instrumentation/afl-llvm-common.h | |
parent | 0a16ea74879a935bbeb33e488cd451d6d9a7e19a (diff) | |
download | afl++-1db3b81d2eb855167dcf65734f8833a2329609da.tar.gz |
dump cc
Diffstat (limited to 'instrumentation/afl-llvm-common.h')
-rw-r--r-- | instrumentation/afl-llvm-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/afl-llvm-common.h b/instrumentation/afl-llvm-common.h index 23f67179..6b628d64 100644 --- a/instrumentation/afl-llvm-common.h +++ b/instrumentation/afl-llvm-common.h @@ -55,6 +55,7 @@ void initInstrumentList(); bool isInInstrumentList(llvm::Function *F, std::string Filename); unsigned long long int calculateCollisions(uint32_t edges); void scanForDangerousFunctions(llvm::Module *M); +unsigned int calcCyclomaticComplexity(llvm::Function *F); #ifndef IS_EXTERN #define IS_EXTERN |