Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h112 SanitizeThread, ///< ThreadSanitizer is on. enumerator
/external/llvm/lib/IR/
DAttributes.cpp255 if (hasAttribute(Attribute::SanitizeThread)) in getAsString()
427 case Attribute::SanitizeThread: return 1ULL << 36; in getAttrMask()
DVerifier.cpp1261 I->getKindAsEnum() == Attribute::SanitizeThread || in VerifyAttributeTypes()
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp271 Fn->addFnAttr(llvm::Attribute::SanitizeThread); in CreateGlobalInitOrDestructFunction()
DCodeGenModule.cpp758 B.addAttribute(llvm::Attribute::SanitizeThread); in SetLLVMFunctionAttributesForDefinition()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp340 bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeThread); in runOnFunction()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1306 attributeMatches(Caller, Callee, Attribute::SanitizeThread); in functionsHaveCompatibleAttributes()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp293 if (LI->getParent()->getParent()->hasFnAttribute(Attribute::SanitizeThread)) in getLoadLoadClobberFullWidthSize()
DValueTracking.cpp2854 LI->getParent()->getParent()->hasFnAttribute(Attribute::SanitizeThread)) in isSafeToSpeculativelyExecute()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp237 case Attribute::SanitizeThread: in getAttrKindEncoding()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1136 return Attribute::SanitizeThread; in GetAttrFromCode()
/external/llvm/lib/AsmParser/
DLLParser.cpp965 case lltok::kw_sanitize_thread: B.addAttribute(Attribute::SanitizeThread); break; in ParseFnAttributeValuePairs()