reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/IR/AttributesCompatFunc.inc
  107     .Case("optforfuzzing", Attribute::OptForFuzzing)
  348     return llvm::Attribute::OptForFuzzing;
lib/AsmParser/LLParser.cpp
 1296       B.addAttribute(Attribute::OptForFuzzing); break;
lib/Bitcode/Reader/BitcodeReader.cpp
 1273   case Attribute::OptForFuzzing:   return 1ULL << 58;
 1484     return Attribute::OptForFuzzing;
lib/Bitcode/Writer/BitcodeWriter.cpp
  668   case Attribute::OptForFuzzing:
lib/IR/Attributes.cpp
  347   if (hasAttribute(Attribute::OptForFuzzing))
lib/IR/Verifier.cpp
 1535   case Attribute::OptForFuzzing:
lib/Transforms/IPO/ForceFunctionAttrs.cpp
   47       .Case("optforfuzzing", Attribute::OptForFuzzing)
lib/Transforms/Utils/CodeExtractor.cpp
  901       case Attribute::OptForFuzzing:
lib/Transforms/Utils/SimplifyCFG.cpp
 2303   if (Fn && Fn->hasFnAttribute(Attribute::OptForFuzzing))
 5863   if (Fn && Fn->hasFnAttribute(Attribute::OptForFuzzing))
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  709     Fn->addFnAttr(llvm::Attribute::OptForFuzzing);