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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp142 bool addrPointsToConstantData(Value *Addr);
385 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { function in class:ThreadSanitizer
449 if (addrPointsToConstantData(Addr)) {

Completed in 85 milliseconds