Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp143 bool addrPointsToConstantData(Value *Addr);
411 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in ThreadSanitizer
475 if (addrPointsToConstantData(Addr)) { in chooseInstructionsToInstrument()