Home
last modified time | relevance | path

Searched refs:checkIfAlreadyInstrumented (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h37 LLVM_ABI bool checkIfAlreadyInstrumented(Module &M, StringRef Flag);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstrumentation.cpp28 bool llvm::checkIfAlreadyInstrumented(Module &M, StringRef Flag) { in checkIfAlreadyInstrumented() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp194 if (checkIfAlreadyInstrumented(M, "nosanitize_thread")) in run()
H A DHWAddressSanitizer.cpp489 if (checkIfAlreadyInstrumented(M, "nosanitize_hwaddress")) in run()
H A DAddressSanitizer.cpp1308 if (checkIfAlreadyInstrumented(M, "nosanitize_address")) in run()
H A DDataFlowSanitizer.cpp3467 if (checkIfAlreadyInstrumented(M, "nosanitize_dataflow")) in run()
H A DMemorySanitizer.cpp766 if (checkIfAlreadyInstrumented(M, "nosanitize_memory")) in run()