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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp89 bool addrPointsToConstantData(Value *Addr);
239 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { function in class:ThreadSanitizer
289 if (addrPointsToConstantData(Addr)) {

Completed in 48 milliseconds