Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp136 bool instrumentLoadOrStore(const InstructionInfo &II, const DataLayout &DL);
548 Res |= instrumentLoadOrStore(II, DL); in sanitizeFunction()
587 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore() function in ThreadSanitizer