Searched refs:checkIfAlreadyInstrumented (Results 1 – 7 of 7) sorted by relevance
37 LLVM_ABI bool checkIfAlreadyInstrumented(Module &M, StringRef Flag);
28 bool llvm::checkIfAlreadyInstrumented(Module &M, StringRef Flag) { in checkIfAlreadyInstrumented() function in llvm
194 if (checkIfAlreadyInstrumented(M, "nosanitize_thread")) in run()
489 if (checkIfAlreadyInstrumented(M, "nosanitize_hwaddress")) in run()
1308 if (checkIfAlreadyInstrumented(M, "nosanitize_address")) in run()
3467 if (checkIfAlreadyInstrumented(M, "nosanitize_dataflow")) in run()
766 if (checkIfAlreadyInstrumented(M, "nosanitize_memory")) in run()