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

References

include/llvm/IR/InstrTypes.h
 1711     removeAttribute(AttributeList::FunctionIndex, Attribute::Convergent);
lib/IR/Core.cpp
 2831   unwrap<CallBase>(C)->removeAttribute(Idx, (Attribute::AttrKind)KindID);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  383     CI->removeAttribute(AttributeList::FunctionIndex, Attribute::NoReturn);
lib/Transforms/Coroutines/Coroutines.cpp
  302         CB->removeAttribute(AttributeList::FunctionIndex,
tools/clang/lib/CodeGen/CGCall.cpp
 4422       CI->removeAttribute(llvm::AttributeList::FunctionIndex,
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  245         call_inst->removeAttribute(I, llvm::Attribute::ByVal);