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

  /external/llvm/include/llvm/IR/
Attributes.h 113 SanitizeMemory, ///< MemorySanitizer is on.
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 273 Fn->addFnAttr(llvm::Attribute::SanitizeMemory);
CodeGenModule.cpp 762 B.addAttribute(llvm::Attribute::SanitizeMemory);
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 257 if (hasAttribute(Attribute::SanitizeMemory))
428 case Attribute::SanitizeMemory: return 1ULL << 37;
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 239 case Attribute::SanitizeMemory:
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 582 bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeMemory);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 550 milliseconds