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

References

include/llvm/CodeGen/CommandFlags.inc
  408     F.setAttributes(
include/llvm/IR/Function.h
  251     setAttributes(getAttributes().removeAttribute(
include/llvm/Transforms/IPO/Attributor.h
  470       getAssociatedFunction()->setAttributes(AttrList);
lib/AsmParser/LLParser.cpp
  149       Fn->setAttributes(AS);
 5494   Fn->setAttributes(PAL);
lib/Bitcode/Reader/BitcodeReader.cpp
 3231   Func->setAttributes(getAttributes(Record[4]));
lib/ExecutionEngine/ExecutionEngineBindings.cpp
  193       F.setAttributes(Attrs);
lib/IR/AutoUpgrade.cpp
  833     F->setAttributes(Intrinsic::getAttributes(F->getContext(), id));
lib/IR/Function.cpp
  178   getParent()->setAttributes(AL);
  268     setAttributes(Intrinsic::getAttributes(getContext(), IntID));
  384   setAttributes(PAL);
  390   setAttributes(PAL);
  396   setAttributes(PAL);
  402   setAttributes(PAL);
  408   setAttributes(PAL);
  414   setAttributes(PAL);
  420   setAttributes(PAL);
  426   setAttributes(PAL);
  432   setAttributes(PAL);
  438   setAttributes(PAL);
  444   setAttributes(PAL);
  450   setAttributes(PAL);
  456   setAttributes(PAL);
  462   setAttributes(PAL);
  468   setAttributes(PAL);
  475   setAttributes(PAL);
  500   setAttributes(Src->getAttributes());
lib/IR/Module.cpp
  152       New->setAttributes(AttributeList);
lib/Linker/IRMover.cpp
  661   F->setAttributes(mapAttributeTypes(F->getContext(), F->getAttributes()));
lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
  127     NewF->setAttributes(F.getAttributes());
lib/Transforms/Coroutines/CoroSplit.cpp
  718   NewF->setAttributes(NewAttrs);
lib/Transforms/IPO/ArgumentPromotion.cpp
  231   NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(),
lib/Transforms/IPO/Attributor.cpp
  373     ScopeFn->setAttributes(Attrs);
lib/Transforms/IPO/DeadArgumentElimination.cpp
  868   NF->setAttributes(NewPAL);
lib/Transforms/IPO/GlobalOpt.cpp
 2121   F->setAttributes(StripAttr(F->getContext(), F->getAttributes(), A));
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2396     AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
lib/Transforms/Utils/CloneFunction.cpp
  102   NewFunc->setAttributes(NewAttrs);
  122   NewFunc->setAttributes(
tools/bugpoint/CrashDebugger.cpp
  360   F->setAttributes(NewAttrs);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1222   F->setAttributes(PAL);
 1798     F->setAttributes(llvm::Intrinsic::getAttributes(getLLVMContext(), IID));
unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
   33   F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs));
unittests/IR/LegacyPassManagerTest.cpp
  495       func_test1->setAttributes(func_test1_PAL);
  503       func_test2->setAttributes(func_test2_PAL);
  511       func_test3->setAttributes(func_test3_PAL);
  519       func_test4->setAttributes(func_test4_PAL);
unittests/IR/VerifierTest.cpp
   54   F->setAttributes(