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

Declarations

include/llvm/IR/Attributes.h
  457   LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,

References

include/llvm/IR/Attributes.h
  486     return removeAttributes(C, ArgNo + FirstArgIndex);
lib/AsmParser/LLParser.cpp
  136       AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
  153       AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
  161       AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
  169       AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);