Searched refs:SanitizeThread (Results 1 – 12 of 12) sorted by relevance
111 SanitizeThread, ///< ThreadSanitizer is on. enumerator
248 Fn->addFnAttr(llvm::Attribute::SanitizeThread); in CreateGlobalInitOrDestructFunction()
754 B.addAttribute(llvm::Attribute::SanitizeThread); in SetLLVMFunctionAttributesForDefinition()
242 if (hasAttribute(Attribute::SanitizeThread)) in getAsString()419 case Attribute::SanitizeThread: return 1ULL << 36; in getAttrMask()
833 I->getKindAsEnum() == Attribute::SanitizeThread || in VerifyAttributeTypes()
323 bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeThread); in runOnFunction()
1276 attributeMatches(Caller, Callee, Attribute::SanitizeThread); in functionsHaveCompatibleAttributes()
304 hasAttribute(AttributeSet::FunctionIndex, Attribute::SanitizeThread)) in getLoadLoadClobberFullWidthSize()
2590 LI->getParent()->getParent()->hasFnAttribute(Attribute::SanitizeThread)) in isSafeToSpeculativelyExecute()
233 case Attribute::SanitizeThread: in getAttrKindEncoding()
767 return Attribute::SanitizeThread; in GetAttrFromCode()
971 case lltok::kw_sanitize_thread: B.addAttribute(Attribute::SanitizeThread); break; in ParseFnAttributeValuePairs()