HomeSort by relevance Sort by last modified time
    Searched refs:SanitizeThread (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/IR/
Attributes.h 110 SanitizeThread, ///< ThreadSanitizer is on.
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 252 Fn->addFnAttr(llvm::Attribute::SanitizeThread);
CodeGenModule.cpp 739 B.addAttribute(llvm::Attribute::SanitizeThread);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 323 bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeThread);
  /external/llvm/lib/IR/
Attributes.cpp 228 if (hasAttribute(Attribute::SanitizeThread))
391 case Attribute::SanitizeThread: return 1ULL << 36;
    [all...]
Verifier.cpp 769 I->getKindAsEnum() == Attribute::SanitizeThread ||
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 294 hasAttribute(AttributeSet::FunctionIndex, Attribute::SanitizeThread))
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 236 case Attribute::SanitizeThread:
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 624 return Attribute::SanitizeThread;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 153 milliseconds