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

  /external/llvm/lib/MC/
MCTargetOptions.cpp 16 : SanitizeAddress(false), MCRelaxAll(false), MCNoExecStack(false),
  /external/llvm/include/llvm/MC/
MCTargetOptions.h 27 bool SanitizeAddress : 1;
48 return (ARE_EQUAL(SanitizeAddress) &&
MCTargetOptionsCommandFlags.h 50 Options.SanitizeAddress =
  /external/llvm/lib/Target/
TargetMachine.cpp 72 Options.MCOptions.SanitizeAddress = F.hasFnAttribute(Attribute::SanitizeAddress);
  /external/llvm/include/llvm/IR/
Attributes.h 111 SanitizeAddress, ///< AddressSanitizer is on.
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 269 Fn->addFnAttr(llvm::Attribute::SanitizeAddress);
CodeGenModule.cpp 750 // When AddressSanitizer is enabled, set SanitizeAddress attribute
754 B.addAttribute(llvm::Attribute::SanitizeAddress);
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 189 if (hasAttribute(Attribute::SanitizeAddress))
423 case Attribute::SanitizeAddress: return 1ULL << 32;
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 342 Attribute::SanitizeAddress))
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 245 if (F.hasFnAttribute(Attribute::SanitizeAddress)) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 235 case Attribute::SanitizeAddress:
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 434 milliseconds